summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 684a55c..79e4fa5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,12 +25,9 @@ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {"Maple Mono NL:size=12"};
static uint32_t colors[][3] = {
/* fg bg border */
- [SchemeNorm] = { 0x6d792dff, 0x00000000, 0x00000000 },
- [SchemeSel] = { 0xaebbccff, 0x52453580, 0x00000000 },
+ [SchemeSel] = { 0x6d792dff, 0x52453590, 0x00000000 },
+ [SchemeNorm] = { 0xaebbccff, 0x00000000, 0x00000000 },
[SchemeUrg] = { 0, 0, 0x00000000 },
-// [SchemeNorm] = { 0xbbbbbbff, 0x00000000, 0x00000000 },
-// [SchemeSel] = { 0xeeeeeeff, 0x00000000, 0x00000000 },
-// [SchemeUrg] = { 0, 0, 0x00000000 },
};
/* tagging */