commit 515b589aee40f5f8b5c844a2b4018ba8ace42b89
parent 3945bf25cbb159ade6a2f75c4f5492bf3c953ec2
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Mon, 31 Oct 2016 18:22:40 -0700
Config.h: Change dmenu's bg and fg out colors
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h/dmenu.config.h b/config.h/dmenu.config.h
@@ -11,8 +11,8 @@ static const char *normbgcolor = "#073642"; /* -nb option; normal background
static const char *normfgcolor = "#EEE8D5"; /* -nf option; normal foreground */
static const char *selbgcolor = "#B58900"; /* -sb option; selected background */
static const char *selfgcolor = "#EEE8D5"; /* -sf option; selected foreground */
-static const char *outbgcolor = "#00ffff";
-static const char *outfgcolor = "#000000";
+static const char *outbgcolor = "#CB4B16";
+static const char *outfgcolor = "#EEE8D5";
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;