From 54b209016645a304b0a320ae62fe055c8e8ee72a Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 25 May 2023 23:06:07 +0200 Subject: Added sent slideshow utility --- sent/solarized.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sent/solarized.patch (limited to 'sent/solarized.patch') 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; -- cgit v1.1