From 79a595f59ed838ce65fe69689f3ac1e7ac88a968 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 13 May 2022 10:09:55 -0400 Subject: fix blue background --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 8292168..ebfdb3f 100644 --- a/config.h +++ b/config.h @@ -136,7 +136,7 @@ unsigned int defaultfg = 258; unsigned int defaultbg = 259; unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; -unsigned int bg = 17, bgUnfocused = 16; +unsigned int bg = 0, bgUnfocused = 0; /* * Default shape of cursor -- cgit v1.2.3