20 lines
478 B
Plaintext
20 lines
478 B
Plaintext
|
--- config.def.h
|
||
|
+++ config.def.h
|
||
|
@@ -112,6 +115,7 @@ static const char *colorname[] = {
|
||
|
/* more colors can be added after 255 to use with DefaultXX */
|
||
|
"#cccccc",
|
||
|
"#555555",
|
||
|
+ "black",
|
||
|
};
|
||
|
|
||
|
|
||
|
@@ -120,7 +124,7 @@ static const char *colorname[] = {
|
||
|
* foreground, background, cursor, reverse cursor
|
||
|
*/
|
||
|
unsigned int defaultfg = 7;
|
||
|
-unsigned int defaultbg = 0;
|
||
|
+unsigned int defaultbg = 258;
|
||
|
static unsigned int defaultcs = 256;
|
||
|
static unsigned int defaultrcs = 257;
|
||
|
|