patch fix

This commit is contained in:
Akarumei 2020-12-13 13:17:38 +05:00
parent 86ad92a67d
commit 1a66119298
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
static const char col_cyan[] = "#3f0077";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
@ -19,7 +19,7 @@ static const char *colors[][3] = {
};
static const char *const autostart[] = {
"st", NULL,
"bgsh", NULL,
NULL /* terminate */
};