update colors

This commit is contained in:
= 2020-10-11 12:28:44 +01:00
parent 98f45f3961
commit 2047c59440
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ 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] = "#3f3f3f", /* background */ [256] = "#1a1a1a", /* background */
[257] = "#6a6a6a", /* foreground */ [257] = "#999999", /* foreground */
}; };