typo
This commit is contained in:
parent
7a0f8e6873
commit
1be739442b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ static const char col_red2[] = "#830202";
|
|||
static const char col_red3[] = "#aa1212";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_white1, col_black1, col_red1},
|
||||
[SchemeNorm] = { col_white1, col_black1, col_red},
|
||||
[SchemeSel] = { col_white1, col_red2, col_red3},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue