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 e8b25ea..3516a47 100644
--- a/config.h
+++ b/config.h
@@ -12,8 +12,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#b3b3b3", "#080808" },
- [SchemeSel] = { "#ffffff", "#ff55aa" },
- [SchemeSelHighlight] = { "#b3b3b3", "#1a1a1a" },
+ [SchemeSel] = { "#ffffff", "#8e00ff" },
+ [SchemeSelHighlight] = { "#b3b3b3", "#aa33ff" },
[SchemeNormHighlight] = { "#b3b3b3", "#1a1a1a" },
[SchemeOut] = { "#b3b3b3", "#080808" },
[SchemeOutHighlight] = { "#080808", "#e5e5e5" },