diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-13 18:10:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 18:10:29 -0400 |
commit | 74b68b32fab4d039b43cf5631c0617fcde1e9bbf (patch) | |
tree | bc63d35b5f4904310c76695f8334a6c5400d83cb /config.h | |
parent | fdf3989005a9003b90a3e98d4ba5684d52f11d3c (diff) | |
parent | 05708c89c3aec1615f03171d205fd0d2573f635c (diff) |
Merge pull request #208 from trissim/wal-osc
Pywal live reload with OSC patch and transparency fix
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,8 +143,8 @@ static const char *colorname[] = { */ unsigned int defaultfg = 259; unsigned int defaultbg = 258; -static unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; +unsigned int defaultcs = 256; +unsigned int defaultrcs = 257; /* * Default shape of cursor |