changed main color to blue
This commit is contained in:
parent
c1911b0844
commit
fd899805c3
2
config.h
2
config.h
|
|
@ -16,7 +16,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[] = "#5C7AEA";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user