diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-01-01 08:19:57 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-01-01 08:19:57 +1100 |
| commit | ea7320c4b7047171c4ec55f8e497d7d51464c6dc (patch) | |
| tree | 4749a3fedfe09b1d0e8fa9013dd6a67664708cd8 /pywal/templates | |
| parent | e59c7f866e64073a55cfcae893c6f8222911d590 (diff) | |
reload: Fix rofi bug.
Diffstat (limited to 'pywal/templates')
| -rw-r--r-- | pywal/templates/colors-rofi.Xresources | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/pywal/templates/colors-rofi.Xresources b/pywal/templates/colors-rofi.Xresources index 3bf3e87..191c894 100644 --- a/pywal/templates/colors-rofi.Xresources +++ b/pywal/templates/colors-rofi.Xresources @@ -1,10 +1,5 @@ -#define BG #FF{background.strip} -#define HI #FF{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 +! Rofi +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} |
