diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-08-21 23:50:35 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-08-21 23:50:35 +0200 |
| commit | 3fe7cc342e894c7901a3132b21967a0deaaf05fa (patch) | |
| tree | 18d5a11f3002757c89374d4c81caefde43256a4e | |
| parent | da0f2a6b71fee0f092c4dd512d6d497ec075f3b5 (diff) | |
selected window color update
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,10 +13,11 @@ 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_gray2 }, + [SchemeSel] = { col_white, col_gray2, col_orange }, }; /* tagging */ |
