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 +- st | Bin 111256 -> 111256 bytes x.o | Bin 77688 -> 77688 bytes 3 files changed, 1 insertion(+), 1 deletion(-) 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 diff --git a/st b/st index d675882..5d9597b 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 3920e82..b2235b9 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3