back to default color

This commit is contained in:
Fernando 2024-01-31 23:31:16 -06:00
parent e4752b14fe
commit 68fdd7e546

View File

@ -16,8 +16,8 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb"; static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";
/*static const char col_cyan[] = "#5C7AEA";*/ /* Default color */ static const char col_cyan[] = "#5C7AEA"; /* Default color */
static const char col_cyan[] = "#ff0000"; /*static const char col_cyan[] = "#ff0000"; */
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },