mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
bgcolor to 0
This commit is contained in:
parent
a8137b4541
commit
53b4c270aa
1 changed files with 2 additions and 2 deletions
2
config.h
2
config.h
|
@ -114,7 +114,7 @@ static const char *colorname[] = {
|
||||||
* foreground, background, cursor, reverse cursor
|
* foreground, background, cursor, reverse cursor
|
||||||
*/
|
*/
|
||||||
unsigned int defaultfg = 12;
|
unsigned int defaultfg = 12;
|
||||||
unsigned int defaultbg = 256;
|
unsigned int defaultbg = 0;
|
||||||
static unsigned int defaultcs = 14;
|
static unsigned int defaultcs = 14;
|
||||||
static unsigned int defaultrcs = 15;
|
static unsigned int defaultrcs = 15;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue