colour changes
This commit is contained in:
parent
e1b4f73d4a
commit
1311b07b5f
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
|
@ -20,7 +20,7 @@ static const float fullscreen_bg[] = {0.0f, 0.0f, 0.0f, 1.0f}; /* You ca
|
|||
static uint32_t colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { 0xcdd6f4ff, 0x1e1e2eff, 0x1e1e2eff },
|
||||
[SchemeSel] = { 0x11111bff, 0xb4befeff, 0xb4befeff },
|
||||
[SchemeSel] = { 0x11111bff, 0xf5e0dcff, 0xf5e0dcff },
|
||||
[SchemeUrg] = { 0, 0, 0xfe8ba8ff },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue