This commit is contained in:
Sakooooo 2023-09-11 11:45:29 +04:00
parent 7a0f8e6873
commit 1be739442b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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},
};