diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index ceb9a64..0b5f691 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,5 +1,3 @@ -#include "colors-rofi.Xresources" - ! X colors. ! Generated by 'wal' emacs*foreground: {foreground} @@ -62,5 +60,13 @@ XClock*hourColor: rgba:{color15.xrgba} XClock*minuteColor: rgba:{color15.xrgba} XClock*secondColor: rgba:{color15.xrgba} +! Rofi (fallback) +rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background} +rofi.color-active: {background}, {foreground}, {background}, {color10}, {background} +rofi.color-urgent: {background}, {color10}, {background}, {color10}, {foreground} +rofi.color-window: {background}, {background}, {background} + ! Set depth to make transparency work. URxvt*depth: 32 + +#include "colors-rofi.Xresources"