diff options
-rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,10 +13,10 @@ static const char *fonts[] = { static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][10] = { /* fg bg */ - [SchemeNorm] = { "#bbbbbb", "#000000", "#000000" }, - [SchemeSel] = { "#bbbbbb", "#151219", "#151219" }, - [SchemeNormHighlight] = { "#ffffff", "#000000", "#000000" }, - [SchemeSelHighlight] = { "#ffffff", "#151219", "#151219" }, + [SchemeNorm] = { "#c5c3bc", "#151219", "#151219" }, + [SchemeSel] = { "#c5c3bc", "#6e6f6c", "#6e6f6c" }, + [SchemeNormHighlight] = { "#c5c3bc", "#151219", "#151219" }, + [SchemeSelHighlight] = { "#c5c3bc", "#6e6f6c", "#6e6f6c" }, [SchemeOut] = { "#000000", "#00ffff", "#00ffff" }, [SchemeHighlight] = {"#f1fa8c", "#596377", "#3E485B"}, [SchemeHover] = {"#ffffff", "#353D4B", "#3E485B"}, |