From b1676c413afaf225f403864ac468be39c1565019 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 9 Jun 2020 19:18:40 +0200 Subject: Fully patched --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index aea2c94..8a90f88 100644 --- a/config.def.h +++ b/config.def.h @@ -13,10 +13,13 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeSelHighlight] = { "#ffc978", "#b92121" }, + [SchemeNormHighlight] = { "#ffc978", "#222222" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; +static unsigned int lineheight = 0; /* -h option; minimum height of a menu line */ /* * Characters not considered part of a word while deleting words -- cgit v1.2.3