From 39e75489f29d64fc9f0cfba348be3c1ea2df89f2 Mon Sep 17 00:00:00 2001 From: Jamie Macdonald Date: Tue, 24 Apr 2018 13:49:31 -0700 Subject: [PATCH] add missing color for newer st --- pywal/templates/colors-wal-st.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pywal/templates/colors-wal-st.h b/pywal/templates/colors-wal-st.h index acb2863..fcf8538 100644 --- a/pywal/templates/colors-wal-st.h +++ b/pywal/templates/colors-wal-st.h @@ -31,3 +31,4 @@ const char *colorname[] = {{ unsigned int defaultbg = 0; unsigned int defaultfg = 257; unsigned int defaultcs = 258; + unsigned int defaultrcs= 258;