aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-03-12 13:57:38 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-03-12 13:57:38 -0500
commit5ce35f5f9f2b9e4e2ac8079130345ed32c7af70a (patch)
tree212dcefdfb875cb48a02a0510be55f0fc25dc5c2
parent226491c2e86947440692ce0305b9b9e97399608d (diff)
downloaddwl-5ce35f5f9f2b9e4e2ac8079130345ed32c7af70a.tar.gz
fix: color change for selection
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 },
};