diff options
| author | Dylan Araps <[email protected]> | 2017-08-19 09:17:20 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-19 09:17:20 +1000 |
| commit | 93258bdcd8a776a298147e973e156c4488995c8c (patch) | |
| tree | ae94643ef9a2665a5791718d5ed274d115af7bb7 | |
| parent | Merge pull request #87 from JoshuaRLi/master (diff) | |
| parent | Adds emacs foreground and background (diff) | |
| download | pywal-93258bdcd8a776a298147e973e156c4488995c8c.tar.xz pywal-93258bdcd8a776a298147e973e156c4488995c8c.zip | |
Merge pull request #88 from adamsdarlingtower/master
Adds emacs foreground and background
| -rw-r--r-- | pywal/templates/colors.Xresources | 2 |
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} |