From f71f50f839dc2c7bb6b029d5a07d5aca115149fb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 1 Jan 2018 08:29:39 +1100 Subject: colors: Rofi, use old scheme --- pywal/templates/colors-rofi.Xresources | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pywal/templates/colors-rofi.Xresources b/pywal/templates/colors-rofi.Xresources index 191c894..d9f8a71 100644 --- a/pywal/templates/colors-rofi.Xresources +++ b/pywal/templates/colors-rofi.Xresources @@ -1,5 +1,5 @@ ! 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} +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} -- cgit v1.2.3