From 02d37b6bbef9b2f500c7a4e757de184bc88b8f9a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 30 Jul 2017 12:42:26 +1000 Subject: [PATCH] colors: Remove general x colors. Closes #49 --- pywal/templates/colors.Xresources | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index 9539ca6..356e3e4 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,4 +1,4 @@ -! X colors +! X colors. ! Generated by 'wal' URxvt*foreground: {foreground} XTerm*foreground: {foreground} @@ -7,10 +7,7 @@ XTerm*background: {background} URxvt*cursorColor: {cursor} XTerm*cursorColor: {cursor} -! Generic special colors. -*foreground: {foreground} -*background: {background} - +! Colors 0-15. *.color0: {color0} *color0: {color0} *.color1: {color1} @@ -55,6 +52,8 @@ rofi.color-active: {background}, {foreground}, {background}, {color10}, {backgro rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground} ! Xclock colors. +XClock*foreground: {foreground{ +XClock*background: {background} XClock*majorColor: rgba:{color15.xrgba} XClock*minorColor: rgba:{color15.xrgba} XClock*hourColor: rgba:{color15.xrgba}