aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-30 11:07:22 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-30 11:07:22 +0000
commit36d800efc3732628ac534d74262fb6a321ee9377 (patch)
tree16a394eef5fbf2933c334536fe111376f243fe34
parent51114157d83ef3d4a2347de58a97e62d4e8cd065 (diff)
play with colors
-rw-r--r--spectrogram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 888cb52..1f6a969 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -96,8 +96,8 @@ worker(XtPointer p)
String fallback[] = {
"*foreground: Gold",
- "*background: RoyalBlue4",
- "*borderColor: RoyalBlue",
+ "*background: Black",
+ "*borderColor: Gray20",
"*borderWidth: 2",
NULL,
};