From ad6e47e1c94b83e7f4d7d47cc7a0e7152d3fb1d7 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 27 Nov 2024 00:17:42 +0300 Subject: color --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3bb96e4..24183e4 100644 --- a/config.def.h +++ b/config.def.h @@ -22,7 +22,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, 0x005577ff, 0x005577ff }, + [SchemeSel] = { 0xeeeeeeff, 0x005577ff, 0x770000ff }, [SchemeUrg] = { 0, 0, 0x770000ff }, }; -- cgit v1.2.3