aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-10-01 18:46:47 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-10-01 18:46:47 +0000
commit67d4601b4e0f6615da862b5728ae5c9f1201ea6d (patch)
tree35031a098fadf7e0e852e0ab9fbc333a41bd7e41
parent2e27e99d1992efc72bc186b8d0b679266f276e6c (diff)
amber colors
-rw-r--r--spectrogram.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 256bdaa..541ac41 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -95,9 +95,9 @@ worker(XtPointer p)
}
String fallback[] = {
- "*foreground: Gold",
- "*background: Black",
- "*borderColor: Gray20",
+ "*foreground: #ff7f00",
+ "*background: #1f0000",
+ "*borderColor: #1f0000",
"*borderWidth: 2",
NULL,
};