summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-08-17 22:57:09 +0200
committerBert Münnich <ber.t@posteo.de>2014-08-17 22:57:09 +0200
commit4310b846c18d6c4d6ce44826ee5187c4745c4e6f (patch)
tree1476f48ea9fb822a18aae0a5e86fb61fb7eded90
parent1094def1833c19b4fcb84954f2ae2aaf36dd7a5f (diff)
downloadnsxiv-4310b846c18d6c4d6ce44826ee5187c4745c4e6f.tar.zst
Increased contrast in default color set
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 913f7ac..7dadfbc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,9 +14,9 @@ static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)
*/
-static const char * const WIN_BG_COLOR = "#777777";
+static const char * const WIN_BG_COLOR = "#555555";
static const char * const WIN_FS_COLOR = "#000000";
-static const char * const SEL_COLOR = "#DDDDDD";
+static const char * const SEL_COLOR = "#EEEEEE";
static const char * const BAR_BG_COLOR = "#222222";
static const char * const BAR_FG_COLOR = "#EEEEEE";