summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 16:22:54 +0100
committerBert <ber.t@gmx.com>2011-02-17 16:22:54 +0100
commitef24ded6afeb185192e815868c28a31c4c2e6d97 (patch)
tree54d055b7dcdc7ea064df57e56eafc0452dcd9d8b /config.h
parent095217b26f43b711c8ebc281110553ec788f7ebe (diff)
downloadnsxiv-ef24ded6afeb185192e815868c28a31c4c2e6d97.tar.zst
Highlight selected thumbnail
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index b53acb4..775e34c 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,8 @@
/* default color to use 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"
/* how should images be scaled when they are loaded?: *
* (also controllable via -d/-s/-Z/-z options) *