aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-22 12:03:11 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-22 12:03:11 -0500
commitc80cd0602603953984a64df9b316de9c90137ab4 (patch)
treed99cecbb59f01e641d799f9913cc80a02168b719 /config.h
parentdff68f0630e06705ece00cc2b9fdafb3c4888b31 (diff)
downloaddwm-c80cd0602603953984a64df9b316de9c90137ab4.tar.gz
dwm-c80cd0602603953984a64df9b316de9c90137ab4.tar.xz
Make the window selection more obvious
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 63afa43..7f66a7a 100644
--- a/config.h
+++ b/config.h
@@ -21,7 +21,7 @@ static const char col_cyan[] = "#005577";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
- [SchemeSel] = { col_gray4, col_cyan, col_cyan },
+ [SchemeSel] = { col_gray4, col_cyan, "#00FFFF" },
};
/* tagging */