From 7451a64c7e586274d030c2c6ed408eb33376ebdb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Mar 2018 08:18:03 +1100 Subject: xrdb: Add missing bg/fg colors. --- pywal/templates/colors.Xresources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index 1410f5a..018c1e6 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,5 +1,9 @@ ! X colors. ! Generated by 'wal' +*foreground: {foreground} +*background: {background} +*.foreground: {foreground} +*.background: {background} emacs*foreground: {foreground} emacs*background: {background} URxvt*foreground: {foreground} -- cgit v1.2.3