aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdams Tower <[email protected]>2017-08-18 13:45:47 -0400
committerAdams Tower <[email protected]>2017-08-18 13:53:48 -0400
commitf576f02741b2fe76971d09d37cb70a0626eab471 (patch)
treeae94643ef9a2665a5791718d5ed274d115af7bb7
parentMerge pull request #87 from JoshuaRLi/master (diff)
downloadpywal-f576f02741b2fe76971d09d37cb70a0626eab471.tar.xz
pywal-f576f02741b2fe76971d09d37cb70a0626eab471.zip
Adds emacs foreground and background
This is necessary for the emacs xresources-theme to work with pywal.
-rw-r--r--pywal/templates/colors.Xresources2
1 files changed, 2 insertions, 0 deletions
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}