summaryrefslogtreecommitdiff
path: root/sent/solarized.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sent/solarized.patch')
-rw-r--r--sent/solarized.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sent/solarized.patch b/sent/solarized.patch
new file mode 100644
index 0000000..bd67b1f
--- /dev/null
+++ b/sent/solarized.patch
@@ -0,0 +1,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;