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, 15 insertions, 0 deletions
diff --git a/programs/sent/gruvbox.patch b/programs/sent/gruvbox.patch
new file mode 100644
index 0000000..cc86ddf
--- /dev/null
+++ b/programs/sent/gruvbox.patch
@@ -0,0 +1,15 @@
+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;