aboutsummaryrefslogtreecommitdiffstats
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 d464ece..787d0c4 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", "#cc241d" },
- [SchemeSelHighlight] = { "#fabd2f", "#cc241d" },
+ [SchemeSel] = { "#ebdbb2", "#9d2121" },
+ [SchemeSelHighlight] = { "#fabd2f", "#9d2121" },
[SchemeNormHighlight] = { "#fabd2f", "#1d2021" },
[SchemeOut] = { "#000000", "#00ffff" },
};