Change border color from defaul to dark red

This commit is contained in:
tosu 2023-08-14 23:34:56 +02:00
parent 2e93a67947
commit 5a97df2b16
1 changed files with 1 additions and 1 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[] = "#a71d31";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },