diff options
| author | Max <mahn.maxwell@gmail.com> | 2022-05-13 10:09:55 -0400 |
|---|---|---|
| committer | Max <mahn.maxwell@gmail.com> | 2022-05-13 10:09:55 -0400 |
| commit | 79a595f59ed838ce65fe69689f3ac1e7ac88a968 (patch) | |
| tree | 9ad682d7252e28594fb32a191aa61a6a21042674 | |
| parent | daec2035b49141555105bde9088253530de0eed6 (diff) | |
fix blue background
| -rw-r--r-- | config.h | 2 | ||||
| -rwxr-xr-x | st | bin | 111256 -> 111256 bytes | |||
| -rw-r--r-- | x.o | bin | 77688 -> 77688 bytes |
3 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ unsigned int defaultfg = 258; unsigned int defaultbg = 259; unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; -unsigned int bg = 17, bgUnfocused = 16; +unsigned int bg = 0, bgUnfocused = 0; /* * Default shape of cursor Binary files differBinary files differ |
