From 8379dc2bd44b88997079bfe9479d9688cbb0d66f Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 13 Aug 2022 12:20:22 +0200 Subject: color update --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 6ab7160..b518fd9 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", "#9d2121" }, - [SchemeSelHighlight] = { "#fabd2f", "#9d2121" }, + [SchemeSel] = { "#ebdbb2", "#990000" }, + [SchemeSelHighlight] = { "#fabd2f", "#990000" }, [SchemeNormHighlight] = { "#fabd2f", "#1d2021" }, [SchemeOut] = { "#000000", "#00ffff" }, }; -- cgit v1.2.3