mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-07-11 11:35:26 +02:00
st: Fix bg color not updating
This commit is contained in:
@ -28,6 +28,6 @@ const char *colorname[] = {{
|
|||||||
|
|
||||||
/* Default colors (colorname index)
|
/* Default colors (colorname index)
|
||||||
* foreground, background, cursor */
|
* foreground, background, cursor */
|
||||||
unsigned int defaultbg = 256;
|
unsigned int defaultbg = 0;
|
||||||
unsigned int defaultfg = 257;
|
unsigned int defaultfg = 257;
|
||||||
unsigned int defaultcs = 258;
|
unsigned int defaultcs = 258;
|
||||||
|
Reference in New Issue
Block a user