From 61a4b0302f968d1d3d80cb614c1afcc375324f57 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Sat, 31 May 2025 23:06:05 +0200 Subject: Fix colors --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index adb2dfe..cfdfe5b 100644 --- a/config.def.h +++ b/config.def.h @@ -36,8 +36,8 @@ static const uint32_t col_red = 0x770000ff; static uint32_t colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_fg, col_bg, col_border }, - [SchemeSel] = { col_fg_sel, col_bg_sel, col_primary }, - [SchemeTagSel] = { col_bg, col_primary, col_border }, + [SchemeSel] = { col_fg_sel, col_bg_sel, col_fg_sel }, + [SchemeTagSel] = { col_bg, col_fg_sel, col_border }, [SchemeUrg] = { 0, 0, col_red }, }; -- cgit v1.3