diff --git a/config.h b/config.h index d702a4b..2fe46ca 100644 --- a/config.h +++ b/config.h @@ -107,7 +107,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ - [256] = "#141414", /* background */ + [256] = "#202122", /* background */ [257] = "#00cc00", /* foreground */ };