aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 194bf71..50428d5 100644
--- a/config.h
+++ b/config.h
@@ -10,9 +10,9 @@ static const char *fonts[] = {
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
- [SchemeSelHighlight] = { "#22d30e", "#4f4c4c" },
+ [SchemeNorm] = { "#77aafc", "#000000" },
+ [SchemeSel] = { "#eeeeee", "#000000" },
+ [SchemeSelHighlight] = { "#22d30e", "#225599" },
[SchemeNormHighlight] = { "#22d30e", "#222222" },
[SchemeOut] = { "#000000", "#00ffff" },
};