summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index adb2dfe..cfdfe5b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -36,8 +36,8 @@ static const uint32_t col_red = 0x770000ff;
static uint32_t colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_fg, col_bg, col_border },
- [SchemeSel] = { col_fg_sel, col_bg_sel, col_primary },
- [SchemeTagSel] = { col_bg, col_primary, col_border },
+ [SchemeSel] = { col_fg_sel, col_bg_sel, col_fg_sel },
+ [SchemeTagSel] = { col_bg, col_fg_sel, col_border },
[SchemeUrg] = { 0, 0, col_red },
};