summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-01-01 07:37:10 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-01-01 07:37:10 +1100
commit9029a16d29b9c4b70f3c7e54f57360170d2a626a (patch)
tree6e6d90bc0abe20b6a0307fe08b471a86b52087e4
parentbb22b065bfc2784abd32bb7169a76490f5f16882 (diff)
rofi: workaround.
-rw-r--r--pywal/templates/colors.Xresources10
1 files changed, 8 insertions, 2 deletions
diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources
index ceb9a64..0b5f691 100644
--- a/pywal/templates/colors.Xresources
+++ b/pywal/templates/colors.Xresources
@@ -1,5 +1,3 @@
-#include "colors-rofi.Xresources"
-
! X colors.
! Generated by 'wal'
emacs*foreground: {foreground}
@@ -62,5 +60,13 @@ XClock*hourColor: rgba:{color15.xrgba}
XClock*minuteColor: rgba:{color15.xrgba}
XClock*secondColor: rgba:{color15.xrgba}
+! Rofi (fallback)
+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}
+
! Set depth to make transparency work.
URxvt*depth: 32
+
+#include "colors-rofi.Xresources"