From 5ce35f5f9f2b9e4e2ac8079130345ed32c7af70a Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Wed, 12 Mar 2025 13:57:38 -0500 Subject: fix: color change for selection --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a9e4e3d..c7ab4f6 100644 --- a/config.def.h +++ b/config.def.h @@ -18,7 +18,7 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca static uint32_t colors[][3] = { /* fg bg border */ [SchemeNorm] = { 0xbbbbbbff, 0x222222ff, 0x444444ff }, - [SchemeSel] = { 0xeeeeeeff, 0x396847ff, 0x396847ff }, + [SchemeSel] = { 0xeeeeeeff, 0x396847ff, 0xa5222fff }, [SchemeUrg] = { 0, 0, 0x770000ff }, }; -- cgit v1.2.3