mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
st: Fix bg color not updating
This commit is contained in:
parent
72a7713ca8
commit
0e59e34d8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user