commit c414e48659f6ea3189da5508a1ddf6bb3d4d103c
parent 05e42e0fc27ea9d4f6d214e42052119bafc4de8b
Author: hhvn <dev@hhvn.uk>
Date: Sat, 8 Jan 2022 21:23:13 +0000
config.h: make selhighlight same bg as sel
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -21,7 +21,7 @@ static const char *colors[SchemeLast][2] = {
[SchemeBorder] = { "#ffffff", "#90222b" },
[SchemeNormHighlight] = { "#aafff0", "#050a10" },
- [SchemeSelHighlight] = { "#aafff0", "#0a2126" },
+ [SchemeSelHighlight] = { "#aafff0", "#1b364b" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines=20;