aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-27 00:17:42 +0300
committerawy <awy@awy.one>2024-11-27 00:17:42 +0300
commitad6e47e1c94b83e7f4d7d47cc7a0e7152d3fb1d7 (patch)
tree94833ae96da371be34185648b4be9d67ce011799 /config.h
parenta237dee86d4178f8c10fcc48682b031808be46c0 (diff)
color
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3bb96e4..24183e4 100644
--- a/config.h
+++ b/config.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 },
};