From 63578c2de6af4f61e17ea76ab18f56718f841716 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 17 Apr 2025 09:02:40 +0930 Subject: [PATCH] minor color changes --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 410d202..214d35d 100644 --- a/config.def.h +++ b/config.def.h @@ -14,8 +14,8 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = {"#D5C4A1", "#262626"}, [SchemeSel] = {"#262626", "#FE8019"}, - [SchemeSelHighlight] = {"#ffc978", "#005577"}, - [SchemeNormHighlight] = {"#ffc978", "#222222"}, + [SchemeSelHighlight] = {"#665c54", "#fbf1c7"}, + [SchemeNormHighlight] = {"#D5C4A1", "#262626"}, [SchemeOut] = {"#000000", "#00ffff"}, [SchemeOutHighlight] = {"#ffc978", "#00ffff"}, };