Grey active tag - for now.
This commit is contained in:
parent
3a3b01f865
commit
e8e3f831ae
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||||
// [SchemeSel] = { col_gray4, col_cyan, col_cyan },
|
// [SchemeSel] = { col_gray4, col_cyan, col_cyan },
|
||||||
[SchemeSel] = { col_gray4, col_gray2, col_gray2 },
|
[SchemeSel] = { col_gray3, col_gray2, col_gray1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue