11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
--- config.def.h
|
|
+++ config.def.h
|
|
@@ -114,6 +117,7 @@ static const char *colorname[] = {
|
|
/* more colors can be added after 255 to use with DefaultXX */
|
|
"#cccccc",
|
|
"#555555",
|
|
+ "black",
|
|
};
|
|
|
|
|