change color of bar
This commit is contained in:
BIN
.nfs000000000996138700000c37
Executable file
BIN
.nfs000000000996138700000c37
Executable file
Binary file not shown.
2
config.h
2
config.h
@ -11,7 +11,7 @@ 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[] = "#005577";
|
static const char col_cyan[] = "#3c04d4";
|
||||||
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 },
|
||||||
|
Reference in New Issue
Block a user