diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 17:20:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 17:20:37 +0100 |
commit | afe852da9b5e99636bbbb70d73f0e4530740a689 (patch) | |
tree | abd76104728e1711c792eae6a12301bef32a130d | |
parent | Fix, added config.h (diff) | |
download | dmenu-afe852da9b5e99636bbbb70d73f0e4530740a689.tar.gz dmenu-afe852da9b5e99636bbbb70d73f0e4530740a689.tar.bz2 dmenu-afe852da9b5e99636bbbb70d73f0e4530740a689.tar.xz dmenu-afe852da9b5e99636bbbb70d73f0e4530740a689.tar.zst dmenu-afe852da9b5e99636bbbb70d73f0e4530740a689.zip |
Changed colors a bit
-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", "#cc241d" }, - [SchemeSelHighlight] = { "#fabd2f", "#cc241d" }, + [SchemeSel] = { "#ebdbb2", "#9d2121" }, + [SchemeSelHighlight] = { "#fabd2f", "#9d2121" }, [SchemeNormHighlight] = { "#fabd2f", "#1d2021" }, [SchemeOut] = { "#000000", "#00ffff" }, }; |