Grey active tag - for now.
This commit is contained in:
parent
c6ce6ef251
commit
3a3b01f865
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ static const char col_cyan[] = "#005577";
|
||||||
static const char *colors[][3] = {
|
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 },
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue