aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-07-26 23:58:31 +0200
committerBert <ber.t@gmx.com>2011-07-26 23:58:31 +0200
commit3e4f63e3e2cd046ef6672c7ca3a5ed8b3f4bd0e5 (patch)
tree779e0c083a71b51639db7ba5b0f03c7e7815422b /config.h
parentb8ff1677b1cbb4d3e769861d1e14234c6a38a80a (diff)
downloadnsxiv-3e4f63e3e2cd046ef6672c7ca3a5ed8b3f4bd0e5.tar.zst
Nicer thumbnail selection border; new default colors
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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