aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2019-01-26 14:39:22 +0100
committerBert Münnich <ber.t@posteo.de>2019-01-26 14:39:22 +0100
commit24cce54ea02dbcd7f455550e25287ff3234d342e (patch)
tree42ce83fa232f7bad76bddb4a53a4fdd05280e537
parentd5b8242706c451fdae1439078a71b808df0b664e (diff)
downloadnsxiv-24cce54ea02dbcd7f455550e25287ff3234d342e.tar.zst
New colors
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 6c4aec9..1e9beb0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,8 +15,8 @@ static const char * const BAR_FONT = "monospace:size=8";
* overwritten by 'background' and 'foreground' X resource properties.
* (see X(7) section "COLOR NAMES" for valid values)
*/
-static const char * const BG_COLOR = "#555555";
-static const char * const FG_COLOR = "#EEEEEE";
+static const char * const BG_COLOR = "#ffffea";
+static const char * const FG_COLOR = "#555555";
#endif
#ifdef _IMAGE_CONFIG