diff options
| -rw-r--r-- | pywal/templates/colors-rofi.Xresources | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/pywal/templates/colors-rofi.Xresources b/pywal/templates/colors-rofi.Xresources index 5a8c63a..273e135 100644 --- a/pywal/templates/colors-rofi.Xresources +++ b/pywal/templates/colors-rofi.Xresources @@ -1,4 +1,10 @@ -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} +#define BG #CC{background.strip} +#define HI #CC{color10.strip} +#define FG {foreground} +#define TX {background} + +! State: bg, fg, bg2, hlbg, hlfg +rofi.color-normal: BG, FG, BG, HI, TX +rofi.color-active: BG, FG, BG, HI, TX +rofi.color-urgent: BG, HI, BG, HI, FG +rofi.color-window: BG, BG, BG |