commit c02241794d213a2d991329b8433774df73a4a54d
parent 9c0c091f93707d7411604e88c19330e31376e5ed
Author: hhvn <dev@haydenvh.com>
Date: Thu, 1 Apr 2021 19:21:48 +0100
config.h: greener background
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
@@ -13,10 +13,10 @@ static const char *fonts[] = {
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#ffffff", "#0a0a10" },
+ [SchemeNorm] = { "#ffffff", "#050a10" },
[SchemeSel] = { "#ffffff", "#0a2126" },
[SchemeOut] = { "#000000", "#00ffff" },
- [SchemeMid] = { "#ffffff", "#0a0a10" },
+ [SchemeMid] = { "#ffffff", "#050a10" },
[SchemeBorder] = { "#ffffff", "#892b2b" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */