From 0fd213f02ef7504a1df91712e2099a5e0145655b Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Wed, 30 Aug 2023 13:57:29 +0200 Subject: selected window color update --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index bc74385..e85db61 100644 --- a/config.h +++ b/config.h @@ -13,11 +13,10 @@ static const char dmenufont[] = "monospace:size=12"; static const char col_gray1[] = "#282c34"; static const char col_gray2[] = "#353b45"; static const char col_white[] = "#abb2bf"; -static const char col_orange[] = "#663d00"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_white, col_gray1, col_gray2 }, - [SchemeSel] = { col_white, col_gray2, col_orange }, + [SchemeSel] = { col_white, col_gray2, col_white }, }; /* tagging */ -- cgit v1.2.3