diff options
| author | Blista Kanjo | 2022-04-10 06:34:11 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-10 06:34:11 -0400 |
| commit | c5aceef0c7494a2463fbcc6044e971e3ffcf7f99 (patch) | |
| tree | 31db4fe2c624e6505ca34642e5bbc288ce587769 /dmenu/config.def.h | |
| parent | 902d437d3b8f4adad11ddbf8709559bb8650ae9b (diff) | |
changed selection color from #255A9B to #11427E
Diffstat (limited to 'dmenu/config.def.h')
| -rw-r--r-- | dmenu/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu/config.def.h b/dmenu/config.def.h index 6ae2294..9b74712 100644 --- a/dmenu/config.def.h +++ b/dmenu/config.def.h @@ -11,7 +11,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#303030" }, - [SchemeSel] = { "#eeeeee", "#255A9B" }, + [SchemeSel] = { "#eeeeee", "#11427E" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ |
