update background colour
This commit is contained in:
parent
89a8d2230c
commit
6045d409b6
1 changed files with 1 additions and 1 deletions
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 */
|
||||
[256] = "#202122", /* background */
|
||||
[256] = "#1a1a1a", /* background */
|
||||
[257] = "#00cc00", /* foreground */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue