summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-06 08:18:03 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-06 08:18:03 +1100
commit7451a64c7e586274d030c2c6ed408eb33376ebdb (patch)
treeac60ad337592043503e27a05fab3a066f2774023 /pywal
parenta1eb76048946d10a1c8c123ab149419d52a3e755 (diff)
xrdb: Add missing bg/fg colors.
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors.Xresources4
1 files changed, 4 insertions, 0 deletions
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}