From 0e59e34d8ed15480bd61595be1e98b387770676e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 27 Dec 2017 21:07:13 +1100 Subject: st: Fix bg color not updating --- pywal/templates/colors-wal-st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/templates/colors-wal-st.h b/pywal/templates/colors-wal-st.h index 65ad6f0..acb2863 100644 --- a/pywal/templates/colors-wal-st.h +++ b/pywal/templates/colors-wal-st.h @@ -28,6 +28,6 @@ const char *colorname[] = {{ /* Default colors (colorname index) * foreground, background, cursor */ - unsigned int defaultbg = 256; + unsigned int defaultbg = 0; unsigned int defaultfg = 257; unsigned int defaultcs = 258; -- cgit v1.2.3