about summary refs log tree commit diff
path: root/programs/sent/gruvbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'programs/sent/gruvbox.patch')
-rw-r--r--programs/sent/gruvbox.patch15
1 files changed, 0 insertions, 15 deletions
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;