This commit is contained in:
Sakooooo 2023-08-04 17:17:55 +03:00
parent 1329c53570
commit 2ad12bbdd2
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -24,10 +24,11 @@ static const char col_gray3[] = "#cccccc";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#770000"; static const char col_cyan[] = "#770000";
static const char col_red[] = "#5E3737"; static const char col_red[] = "#5E3737";
static const char col_red_dark[] = "#4D1111";
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = { col_gray3, col_red, col_gray2 }, [SchemeNorm] = { col_gray3, col_red, col_gray2 },
[SchemeSel] = { col_gray4, col_cyan, col_cyan }, [SchemeSel] = { col_gray4, col_red_dark, col_cyan },
}; };
static const char *const autostart[] = { static const char *const autostart[] = {