diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 21:07:13 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 21:07:13 +1100 |
| commit | 0e59e34d8ed15480bd61595be1e98b387770676e (patch) | |
| tree | 708eac80054d24514bd76e482e4d06a7cf611f5a | |
| parent | 72a7713ca8415f22198ff6abdb60b9ab44f4e974 (diff) | |
st: Fix bg color not updating
| -rw-r--r-- | pywal/templates/colors-wal-st.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
