From 2b04cb5317b275cbdd0f71dae1b021ad7bba348d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 26 Sep 2014 14:15:44 +0000 Subject: play with colors --- spectrogram.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spectrogram.c b/spectrogram.c index a018233..76f216c 100644 --- a/spectrogram.c +++ b/spectrogram.c @@ -95,8 +95,8 @@ worker(XtPointer data) } String fallback[] = { - "*foreground: gold", - "*background: navy", + "*foreground: Gold", + "*background: RoyalBlue4", NULL, }; -- cgit v1.2.3