diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-11-22 12:03:11 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-11-22 12:03:11 -0500 |
| commit | c80cd0602603953984a64df9b316de9c90137ab4 (patch) | |
| tree | d99cecbb59f01e641d799f9913cc80a02168b719 | |
| parent | dff68f0630e06705ece00cc2b9fdafb3c4888b31 (diff) | |
| download | dwm-c80cd0602603953984a64df9b316de9c90137ab4.tar.gz dwm-c80cd0602603953984a64df9b316de9c90137ab4.tar.xz | |
Make the window selection more obvious
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
