diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-30 12:42:26 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-30 12:42:26 +1000 |
| commit | 02d37b6bbef9b2f500c7a4e757de184bc88b8f9a (patch) | |
| tree | 5831c63de2639e1524d2f8452656963b941b643c | |
| parent | ce046fb9485b5623081add560010b1e24dbd423d (diff) | |
colors: Remove general x colors. Closes #49
| -rw-r--r-- | pywal/templates/colors.Xresources | 9 |
1 files 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} |
