summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2019-01-23 21:18:12 +0100
committerBert Münnich <ber.t@posteo.de>2019-01-23 21:21:15 +0100
commit919ada11232781e3624363d834a6b9851c3a2bcb (patch)
tree517183d4f22c0047ff9841b0c42e30fc6312924b /config.def.h
parent9d244da5124bf13046a4f9606b616ab1d8244e0e (diff)
downloadnsxiv-919ada11232781e3624363d834a6b9851c3a2bcb.tar.zst
Align compile-time color options with X resource colors
Two colors are more than enough!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 58e728e..16cbcc5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,11 +14,8 @@ static const char * const BAR_FONT = "monospace:size=8";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)
*/
-static const char * const WIN_BG_COLOR = "#555555";
-static const char * const WIN_FS_COLOR = "#000000";
-static const char * const SEL_COLOR = "#EEEEEE";
-static const char * const BAR_BG_COLOR = "#222222";
-static const char * const BAR_FG_COLOR = "#EEEEEE";
+static const char * const BG_COLOR = "#555555";
+static const char * const FG_COLOR = "#EEEEEE";
#endif
#ifdef _IMAGE_CONFIG