diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-08-30 13:57:29 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-08-30 13:57:29 +0200 |
| commit | 0fd213f02ef7504a1df91712e2099a5e0145655b (patch) | |
| tree | 978ab23c17cd1c3440d7f581d306c83f91e55d05 | |
| parent | 3fe7cc342e894c7901a3132b21967a0deaaf05fa (diff) | |
selected window color update
| -rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,11 +13,10 @@ static const char dmenufont[] = "monospace:size=12"; static const char col_gray1[] = "#282c34"; static const char col_gray2[] = "#353b45"; static const char col_white[] = "#abb2bf"; -static const char col_orange[] = "#663d00"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_white, col_gray1, col_gray2 }, - [SchemeSel] = { col_white, col_gray2, col_orange }, + [SchemeSel] = { col_white, col_gray2, col_white }, }; /* tagging */ |
