diff options
| author | Jamie Macdonald <[email protected]> | 2018-04-24 13:49:31 -0700 |
|---|---|---|
| committer | Jamie Macdonald <[email protected]> | 2018-04-24 13:49:31 -0700 |
| commit | 39e75489f29d64fc9f0cfba348be3c1ea2df89f2 (patch) | |
| tree | 190d791addb15a186eef101ee02e794874033389 | |
| parent | Merge pull request #229 from dylanaraps/iter (diff) | |
| download | pywal-39e75489f29d64fc9f0cfba348be3c1ea2df89f2.tar.xz pywal-39e75489f29d64fc9f0cfba348be3c1ea2df89f2.zip | |
add missing color for newer st
| -rw-r--r-- | pywal/templates/colors-wal-st.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |