diff options
author | zachir <zachir@librem.one> | 2023-02-21 13:51:47 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 13:51:47 -0600 |
commit | 17f838e4987aae8a81858d5f132de0a51669d6e5 (patch) | |
tree | 167c7d13d4cc67bba9e4db56c7f114303e31c4e4 /config.def.h | |
parent | 59fbcc368693d01182e41ec8f397b9e47325cd8c (diff) |
add fuzzyhighlight-caseinsensitive patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index cfff3e4..9723027 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,8 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeSelHighlight] = { "#ffc978", "#005577" }, + [SchemeNormHighlight] = { "#ffc978", "#222222" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ |