summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-19 09:51:45 +0100
committerBert <ber.t@gmx.com>2011-02-19 09:51:45 +0100
commit2194df82ed76870829ef948cd2d53abbe8126457 (patch)
treede13f5d931eef8c8eb83217ea5f7505ca35f0e36 /config.h
parenta367d35ba0f9edf8a01f7d98d9f58df9df292c15 (diff)
downloadnsxiv-2194df82ed76870829ef948cd2d53abbe8126457.tar.zst
Lighter selection color (for fullscreen)
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 775e34c..93bc424 100644
--- a/config.h
+++ b/config.h
@@ -3,11 +3,11 @@
#define WIN_WIDTH 800
#define WIN_HEIGHT 600
-/* default color to use for window background: *
+/* default color for window background: *
* (see X(7) "COLOR NAMES" section for valid values) */
#define BG_COLOR "#999999"
-/* default color to use for selections: */
-#define SEL_COLOR "#0000BB"
+/* default color for thumbnail selection: */
+#define SEL_COLOR "#0040FF"
/* how should images be scaled when they are loaded?: *
* (also controllable via -d/-s/-Z/-z options) *