diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 6dd5358..6f16248 100644 --- a/config.def.h +++ b/config.def.h @@ -25,8 +25,8 @@ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = {"monospace:size=10"}; static uint32_t colors[][3] = { /* fg bg border */ - [SchemeNorm] = { 0xbbbbbbff, 0x222222ff, 0x444444ff }, - [SchemeSel] = { 0xeeeeeeff, 0x005577ff, 0x005577ff }, + [SchemeNorm] = { 0xbbbbbbff, 0x00000000, 0x444444ff }, + [SchemeSel] = { 0xeeeeeeff, 0x00000000, 0x005577ff }, [SchemeUrg] = { 0, 0, 0x770000ff }, }; |
