aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-13 12:20:22 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-13 12:20:22 +0200
commit8379dc2bd44b88997079bfe9479d9688cbb0d66f (patch)
tree4a7b5732f2c8a48cc81841496578bdc629c281e4 /config.h
parentBetter password char (diff)
downloaddmenu-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 6ab7160..b518fd9 100644
--- a/config.h
+++ b/config.h
@@ -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" },
};