openbsd-ports/misc/sent/patches/patch-config_def_h
bcallah 43376ecdb7 Update to sent-1; now uses farbfeld as an RDEP.
Pick up MAINTAINER
ok jung@ (previous MAINTAINER)
2017-11-14 17:19:37 +00:00

16 lines
486 B
Plaintext

$OpenBSD: patch-config_def_h,v 1.3 2017/11/14 17:19:37 bcallah Exp $
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;