diff '--color=auto' --unified --recursive --text sent.orig/config.def.h sent.new/config.def.h --- sent.orig/config.def.h 2023-05-25 21:41:50.267455627 +0200 +++ sent.new/config.def.h 2023-05-25 21:55:50.960814507 +0200 @@ -9,8 +9,8 @@ #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 */ + "#eee8d5", /* foreground color */ + "#073642", /* background color */ }; static const float linespacing = 1.4;