Grey active tag - for now.

This commit is contained in:
Bartek Stalewski 2021-08-21 01:17:17 +02:00
parent 3a3b01f865
commit e8e3f831ae

View File

@ -24,7 +24,7 @@ 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_gray2, col_gray2 },
[SchemeSel] = { col_gray3, col_gray2, col_gray1 },
};
typedef struct {