From d901fe6a8a9f5d8e14891a25e54ccab1bf264fbc Mon Sep 17 00:00:00 2001 From: Aaro Saila Date: Mon, 29 Sep 2025 13:05:20 +0300 Subject: [PATCH] changed background color --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 74e5044..10460b0 100644 --- a/config.h +++ b/config.h @@ -121,7 +121,7 @@ static const char *colorname[] = { "#cccccc", "#555555", "gray90", /* default foreground colour */ - "#111111", /* default background colour */ + "#000000", /* default background colour */ };