aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-07-17 20:20:34 +0200
committerBert <ber.t@gmx.com>2011-07-17 20:20:34 +0200
commit272ebff865f6269b257b3a2409708eee25038fdd (patch)
tree33fcacd5351bb48508aff4f7f904482825ab167f /config.h
parentbff3e84b0caa3dd7860b834c9a957c0dd85fbbd8 (diff)
downloadnsxiv-272ebff865f6269b257b3a2409708eee25038fdd.tar.zst
Lighter selection color
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 14a65bd..3bfd61f 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,7 @@
* (see X(7) "COLOR NAMES" section for valid values) */
#define BG_COLOR "#999999"
/* default color for thumbnail selection: */
-#define SEL_COLOR "#0040FF"
+#define SEL_COLOR "#0066FF"
/* how should images be scaled when they are loaded?: *
* (also controllable via -d/-s/-Z/-z options) *