summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-03-02 19:42:14 +0100
committerBert Münnich <ber.t@gmx.com>2012-03-02 19:42:14 +0100
commit3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c (patch)
tree4b21b5eab39dd770a67d4674f011cfb93dae78f4 /config.def.h
parent37a42dba34db11374315951a72dc287a6f1a2129 (diff)
downloadnsxiv-3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c.tar.zst
Fixed issue #41, added WIN_FS_COLOR to config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 1a38e84..95562a3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,6 +15,7 @@ static const char * const BAR_FONT = "fixed";
* (see X(7) section "COLOR NAMES" for valid values)
*/
static const char * const WIN_BG_COLOR = "#777777";
+static const char * const WIN_FS_COLOR = "#000000";
static const char * const SEL_COLOR = "#DDDDDD";
static const char * const BAR_BG_COLOR = "#222222";
static const char * const BAR_FG_COLOR = "#EEEEEE";