blob: bd67b1f7f4ea20f35201ff61305d510e9175516b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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;
|