Skip to content

Commit

Permalink
Fix background color
Browse files Browse the repository at this point in the history
* pywal
* default
  • Loading branch information
salastro committed May 10, 2023
1 parent 30fa3db commit 8291f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ unsigned int defaultbg = 258;
unsigned int defaultcs = 256;
unsigned int defaultrcs = 257;
#endif
unsigned int background = 256;
unsigned int background = 0;

/*
* Default shape of cursor
Expand Down

0 comments on commit 8291f58

Please sign in to comment.