diff options
| author | Blista Kanjo | 2022-04-07 04:38:09 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-07 04:38:09 -0400 |
| commit | 16919028b9dbb61ddb32a80061e2ae8f15189e7a (patch) | |
| tree | 06d23334c64fca2fecfc28c76445ca7d91613b6c /dmenu/config.def.h | |
| parent | ea2042f6efb43c381c615c770573599925a84456 (diff) | |
changed to brighter blue for libadwaita integration
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 9b74712..6ae2294 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", "#11427E" }, + [SchemeSel] = { "#eeeeee", "#255A9B" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ |
