aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-01-01 08:29:39 +1100
committerDylan Araps <[email protected]>2018-01-01 08:29:39 +1100
commitf71f50f839dc2c7bb6b029d5a07d5aca115149fb (patch)
tree4dc7ef4d637b05557212144919ce4359192eba9c
parentreload: Fix rofi bug. (diff)
downloadpywal-f71f50f839dc2c7bb6b029d5a07d5aca115149fb.tar.xz
pywal-f71f50f839dc2c7bb6b029d5a07d5aca115149fb.zip
colors: Rofi, use old scheme
-rw-r--r--pywal/templates/colors-rofi.Xresources8
1 files 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}