diff options
Diffstat (limited to 'config.h')
| -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 */ |
