ports/misc/sent/patches/patch-config_def_h

15 lines
417 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: config.def.h
--- config.def.h.orig
+++ config.def.h
@@ -9,8 +9,8 @@ static char *fontfallbacks[] = {
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
static const char *colors[] = {
- "#000000", /* foreground color */
- "#FFFFFF", /* background color */
+ "#c0c0c0", /* foreground color */
+ "#202020", /* background color */
};
static const float linespacing = 1.4;