From 3e4f63e3e2cd046ef6672c7ca3a5ed8b3f4bd0e5 Mon Sep 17 00:00:00 2001 From: Bert Date: Tue, 26 Jul 2011 23:58:31 +0200 Subject: Nicer thumbnail selection border; new default colors --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index aac4244..8b10a8f 100644 --- a/config.h +++ b/config.h @@ -11,9 +11,9 @@ enum { WIN_WIDTH = 800, WIN_HEIGHT = 600 }; /* default color for window background: * * (see X(7) "COLOR NAMES" section for valid values) */ -static const char * const BG_COLOR = "#999999"; +static const char * const BG_COLOR = "#777777"; /* default color for thumbnail selection: */ -static const char * const SEL_COLOR = "#0066FF"; +static const char * const SEL_COLOR = "#DDDDDD"; #endif #ifdef _IMAGE_CONFIG -- cgit v1.2.3-54-g00ecf