diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-13 12:20:22 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-13 12:20:22 +0200 |
commit | 8379dc2bd44b88997079bfe9479d9688cbb0d66f (patch) | |
tree | 4a7b5732f2c8a48cc81841496578bdc629c281e4 /config.h | |
parent | Better password char (diff) | |
download | dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.gz dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.bz2 dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.xz dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.zst dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.zip |
color 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", "#9d2121" }, - [SchemeSelHighlight] = { "#fabd2f", "#9d2121" }, + [SchemeSel] = { "#ebdbb2", "#990000" }, + [SchemeSelHighlight] = { "#fabd2f", "#990000" }, [SchemeNormHighlight] = { "#fabd2f", "#1d2021" }, [SchemeOut] = { "#000000", "#00ffff" }, }; |