update background colour
This commit is contained in:
parent
f12dcfaf36
commit
89a8d2230c
2
config.h
2
config.h
|
@ -107,7 +107,7 @@ static const char *colorname[] = {
|
||||||
|
|
||||||
|
|
||||||
/* more colors can be added after 255 to use with DefaultXX */
|
/* more colors can be added after 255 to use with DefaultXX */
|
||||||
[256] = "#141414", /* background */
|
[256] = "#202122", /* background */
|
||||||
[257] = "#00cc00", /* foreground */
|
[257] = "#00cc00", /* foreground */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue