From 89a8d2230cefb983b9e4ba7e1465c4c3823512b4 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 24 Mar 2020 20:01:44 +0000 Subject: [PATCH] update background colour --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ };