diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-28 07:21:13 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-28 07:21:13 +1100 |
| commit | 2380912c39b71847b519294a30dbf7a217ea1b12 (patch) | |
| tree | 0c3d58c93e432dc0429197e82a3b082f7309a3b1 | |
| parent | 59881f456248cb89fc471345ea212626c1ab697a (diff) | |
templates: Move rofi to separate file.
| -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 |
