From 2da36f38ac9bc15949a307758d937bf634ff2bd3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 12 Aug 2017 12:05:39 +1000 Subject: colors: Send UXTerm colors to X resources. Closes #81 --- pywal/templates/colors.Xresources | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index 777fbba..33dfd8f 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,11 +1,14 @@ ! X colors. ! Generated by 'wal' -URxvt*foreground: {foreground} -XTerm*foreground: {foreground} -URxvt*background: {background.alpha} -XTerm*background: {background} -URxvt*cursorColor: {cursor} -XTerm*cursorColor: {cursor} +URxvt*foreground: {foreground} +XTerm*foreground: {foreground} +UXTerm*foreground: {foreground} +URxvt*background: {background.alpha} +XTerm*background: {background} +UXTerm*background: {background} +URxvt*cursorColor: {cursor} +XTerm*cursorColor: {cursor} +UXTerm*cursorColor: {cursor} ! Colors 0-15. *.color0: {color0} -- cgit v1.2.3