From 04a422576a973e906e68c059a6a6c776b9d1ab2d Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 18 Sep 2025 09:57:27 -0400 Subject: Blue background theme --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 4d9023c..e607e21 100644 --- a/config.def.h +++ b/config.def.h @@ -131,8 +131,8 @@ static const char *colorname[] = { [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#d8dee9", /* default foreground colour */ - "#2e3440", /* default background colour */ + "#fefefe", /* default foreground colour */ + "#000087", /* default background colour */ }; -- cgit v1.2.3