summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 474c1a4..d09e825 100644
--- a/config.h
+++ b/config.h
@@ -14,9 +14,9 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][10] = {
/* fg bg */
[SchemeNorm] = { "#bbbbbb", "#000000", "#000000" },
- [SchemeSel] = { "#bbbbbb", "#146e37", "#146e37" },
+ [SchemeSel] = { "#bbbbbb", "#151219", "#151219" },
[SchemeNormHighlight] = { "#ffffff", "#000000", "#000000" },
- [SchemeSelHighlight] = { "#ffffff", "#146e37", "#146e37" },
+ [SchemeSelHighlight] = { "#ffffff", "#151219", "#151219" },
[SchemeOut] = { "#000000", "#00ffff", "#00ffff" },
[SchemeHighlight] = {"#f1fa8c", "#596377", "#3E485B"},
[SchemeHover] = {"#ffffff", "#353D4B", "#3E485B"},