~petersanchez/st

4b12ab4d0d70e07b37aa619cefe5f1c82f424f28 — Peter Sanchez 1 year, 4 months ago a3cc214
Another update
1 files changed, 2 insertions(+), 1 deletions(-)

M config.h
M config.h => config.h +2 -1
@@ 124,6 124,7 @@ static const char *colorname[] = {
	/* more colors can be added after 255 to use with DefaultXX */
	"#cccccc",
	"#555555",
	"gray90",
	"black", /* default background colour */
};



@@ 133,7 134,7 @@ static const char *colorname[] = {
 * foreground, background, cursor, reverse cursor
 */
unsigned int defaultfg = 7;
unsigned int defaultbg = 258;
unsigned int defaultbg = 259;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;