From f576f02741b2fe76971d09d37cb70a0626eab471 Mon Sep 17 00:00:00 2001 From: Adams Tower Date: Fri, 18 Aug 2017 13:45:47 -0400 Subject: [PATCH] Adds emacs foreground and background This is necessary for the emacs xresources-theme to work with pywal. --- pywal/templates/colors.Xresources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index 01e60ad..c8d6917 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,5 +1,7 @@ ! X colors. ! Generated by 'wal' +emacs*foreground: {foreground} +emacs*background: {background} URxvt*foreground: {foreground} XTerm*foreground: {foreground} UXTerm*foreground: {foreground}