From 40d3da47f80b79145b535ee21c9b056988071a10 Mon Sep 17 00:00:00 2001 From: sappigeninja Date: Mon, 19 Oct 2020 13:05:01 +0200 Subject: [PATCH] Created a colors.Xdefines so the user can use pywal colors in ~/.Xresources --- pywal/templates/#colors.Xresources# | 68 ----------------------------- 1 file changed, 68 deletions(-) delete mode 100644 pywal/templates/#colors.Xresources# diff --git a/pywal/templates/#colors.Xresources# b/pywal/templates/#colors.Xresources# deleted file mode 100644 index 018c1e6..0000000 --- a/pywal/templates/#colors.Xresources# +++ /dev/null @@ -1,68 +0,0 @@ -! X colors. -! Generated by 'wal' -*foreground: {foreground} -*background: {background} -*.foreground: {foreground} -*.background: {background} -emacs*foreground: {foreground} -emacs*background: {background} -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} -URxvt*borderColor: {background.alpha} - -! Colors 0-15. -*.color0: {color0} -*color0: {color0} -*.color1: {color1} -*color1: {color1} -*.color2: {color2} -*color2: {color2} -*.color3: {color3} -*color3: {color3} -*.color4: {color4} -*color4: {color4} -*.color5: {color5} -*color5: {color5} -*.color6: {color6} -*color6: {color6} -*.color7: {color7} -*color7: {color7} -*.color8: {color8} -*color8: {color8} -*.color9: {color9} -*color9: {color9} -*.color10: {color10} -*color10: {color10} -*.color11: {color11} -*color11: {color11} -*.color12: {color12} -*color12: {color12} -*.color13: {color13} -*color13: {color13} -*.color14: {color14} -*color14: {color14} -*.color15: {color15} -*color15: {color15} - -! Black color that will not be affected by bold highlighting. -*.color66: {color0} -*color66: {color0} - -! Xclock colors. -XClock*foreground: {foreground} -XClock*background: {background} -XClock*majorColor: rgba:{color15.xrgba} -XClock*minorColor: rgba:{color15.xrgba} -XClock*hourColor: rgba:{color15.xrgba} -XClock*minuteColor: rgba:{color15.xrgba} -XClock*secondColor: rgba:{color15.xrgba} - -! Set depth to make transparency work. -URxvt*depth: 32