From 763c834446308333118efe55a84fb22009169fee Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 1 Jul 2017 17:22:33 +1000 Subject: [PATCH] template: Add generic special colors to xrdb. --- pywal/templates/colors.Xresources | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index baeddf0..1f1f60c 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -7,6 +7,11 @@ XTerm*background: {background} URxvt*cursorColor: {cursor} XTerm*cursorColor: {cursor} +! Generic special colors. +*foreground: {foreground} +*background: {background} +*cursorColor: {cursor} + *.color0: {color0} *color0: {color0} *.color1: {color1}