diff options
author | awy <awy@awy.one> | 2024-11-27 00:17:42 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-27 00:17:42 +0300 |
commit | ad6e47e1c94b83e7f4d7d47cc7a0e7152d3fb1d7 (patch) | |
tree | 94833ae96da371be34185648b4be9d67ce011799 /config.h | |
parent | a237dee86d4178f8c10fcc48682b031808be46c0 (diff) |
color
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, }; |