From 36d800efc3732628ac534d74262fb6a321ee9377 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 30 Sep 2014 11:07:22 +0000 Subject: play with colors --- spectrogram.c | 4 ++-- 1 file 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, }; -- cgit v1.2.3