diff options
-rw-r--r-- | config.def.h | 2 |
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 }, }; |