From 24cce54ea02dbcd7f455550e25287ff3234d342e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 26 Jan 2019 14:39:22 +0100 Subject: [PATCH] New colors --- config.def.h | 4 ++-- 1 file 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