back to default color
This commit is contained in:
parent
e4752b14fe
commit
68fdd7e546
4
config.h
4
config.h
|
|
@ -16,8 +16,8 @@ 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[] = "#5C7AEA";*/ /* Default color */
|
||||
static const char col_cyan[] = "#ff0000";
|
||||
static const char col_cyan[] = "#5C7AEA"; /* Default color */
|
||||
/*static const char col_cyan[] = "#ff0000"; */
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user