diff options
| -rw-r--r-- | pywal/templates/colors-rofi.Xresources | 4 | ||||
| -rw-r--r-- | pywal/templates/colors.Xresources | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pywal/templates/colors-rofi.Xresources b/pywal/templates/colors-rofi.Xresources new file mode 100644 index 0000000..5a8c63a --- /dev/null +++ b/pywal/templates/colors-rofi.Xresources @@ -0,0 +1,4 @@ +rofi.color-window: {background}, {background}, {color10} +rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background} +rofi.color-active: {background}, {foreground}, {background}, {color10}, {background} +rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground} diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index c8d6917..ceb9a64 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,3 +1,5 @@ +#include "colors-rofi.Xresources" + ! X colors. ! Generated by 'wal' emacs*foreground: {foreground} @@ -51,12 +53,6 @@ URxvt*borderColor: {background.alpha} *.color66: {color0} *color66: {color0} -! Rofi colors. -rofi.color-window: {background}, {background}, {color10} -rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background} -rofi.color-active: {background}, {foreground}, {background}, {color10}, {background} -rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground} - ! Xclock colors. XClock*foreground: {foreground} XClock*background: {background} |
