fix: color codes in config.def.h
This commit is contained in:
parent
870124f0fe
commit
c0ce7e475b
@ -137,10 +137,10 @@ static const char *colorname[] = {
|
|||||||
* Default colors (colorname index)
|
* Default colors (colorname index)
|
||||||
* foreground, background, cursor, reverse cursor
|
* foreground, background, cursor, reverse cursor
|
||||||
*/
|
*/
|
||||||
unsigned int defaultfg = 258;
|
unsigned int defaultfg = 257;
|
||||||
unsigned int defaultbg = 259;
|
unsigned int defaultbg = 256;
|
||||||
unsigned int defaultcs = 256;
|
unsigned int defaultcs = 258;
|
||||||
static unsigned int defaultrcs = 257;
|
static unsigned int defaultrcs = 259;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default shape of cursor
|
* Default shape of cursor
|
||||||
|
Loading…
Reference in New Issue
Block a user