summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-30 20:27:04 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-30 20:27:04 -0700
commitfc6e16d620bf7a8cee982f26916f0dee679973a0 (patch)
tree0b3d6867d6518fb114d1f0190d2f818485aa9ed8
parentba7c1ddd863d409a301870b12fae99a6491444d0 (diff)
Adjust color
-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 */