Back to main page
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <mahn.maxwell@gmail.com>2022-05-13 10:09:55 -0400
committerMax <mahn.maxwell@gmail.com>2022-05-13 10:09:55 -0400
commit79a595f59ed838ce65fe69689f3ac1e7ac88a968 (patch)
tree9ad682d7252e28594fb32a191aa61a6a21042674
parentdaec2035b49141555105bde9088253530de0eed6 (diff)
fix blue background
-rw-r--r--config.h2
-rwxr-xr-xstbin111256 -> 111256 bytes
-rw-r--r--x.obin77688 -> 77688 bytes
3 files changed, 1 insertions, 1 deletions
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
--- a/st
+++ b/st
Binary files differ
diff --git a/x.o b/x.o
index 3920e82..b2235b9 100644
--- a/x.o
+++ b/x.o
Binary files differ