From 57b6219ea9756cdf0d81e6768577bebf884dae28 Mon Sep 17 00:00:00 2001 From: Patryk Niedzwiedzinski Date: Sun, 29 Sep 2024 18:20:32 +0200 Subject: Remove old software --- programs/sent/gruvbox.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 programs/sent/gruvbox.patch (limited to 'programs/sent/gruvbox.patch') diff --git a/programs/sent/gruvbox.patch b/programs/sent/gruvbox.patch deleted file mode 100644 index cc86ddf..0000000 --- a/programs/sent/gruvbox.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/config.def.h b/config.def.h -index 60eb376..64e7f05 100644 ---- a/config.def.h -+++ b/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 */ -+ "#8ec07c", /* foreground color */ -+ "#282828", /* background color */ - }; - - static const float linespacing = 1.4; -- cgit 1.4.1