diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-23 20:29:11 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-23 20:29:11 +0200 |
commit | d058f1648071961f8e2790a8111407706d254294 (patch) | |
tree | 9fcb8f9e00ef011b908ed0fd98f2abe43f698b1a /config.h | |
parent | color update (diff) | |
download | dmenu-d058f1648071961f8e2790a8111407706d254294.tar.gz dmenu-d058f1648071961f8e2790a8111407706d254294.tar.bz2 dmenu-d058f1648071961f8e2790a8111407706d254294.tar.xz dmenu-d058f1648071961f8e2790a8111407706d254294.tar.zst dmenu-d058f1648071961f8e2790a8111407706d254294.zip |
colors update
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of inpu static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#ebdbb2", "#1d2021" }, - [SchemeSel] = { "#ebdbb2", "#990000" }, - [SchemeSelHighlight] = { "#fabd2f", "#990000" }, + [SchemeSel] = { "#ebdbb2", "#6e0000" }, + [SchemeSelHighlight] = { "#fabd2f", "#6e0000" }, [SchemeNormHighlight] = { "#fabd2f", "#1d2021" }, [SchemeOut] = { "#000000", "#00ffff" }, }; |