summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjokersus <lolivampireslave@gmail.com>2021-08-31 13:31:14 +0400
committerjokersus <lolivampireslave@gmail.com>2021-08-31 13:31:14 +0400
commit0d12a2ca2887010e6db60a8eaa156310f302e473 (patch)
treed178a85c74e6acf5830aa3f3de51b4ccc7587d29
parenta32a987304733934b53aa4ec76c61f19a142fe4a (diff)
Updated templates to be compatible with rofi 1.7.0^
-rw-r--r--pywal/templates/colors-rofi-dark.rasi5
-rw-r--r--pywal/templates/colors-rofi-light.rasi5
2 files changed, 10 insertions, 0 deletions
diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi
index 302d44f..fde6881 100644
--- a/pywal/templates/colors-rofi-dark.rasi
+++ b/pywal/templates/colors-rofi-dark.rasi
@@ -73,6 +73,11 @@
padding: 1px;
}}
+#element-text, element-icon {{
+ background-color: inherit;
+ text-color: inherit;
+}}
+
#element.normal.normal {{
background-color: @normal-background;
text-color: @normal-foreground;
diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi
index d4f89af..ff592d7 100644
--- a/pywal/templates/colors-rofi-light.rasi
+++ b/pywal/templates/colors-rofi-light.rasi
@@ -73,6 +73,11 @@
padding: 1px;
}}
+#element-text, element-icon {{
+ background-color: inherit;
+ text-color: inherit;
+}}
+
#element.normal.normal {{
background-color: @normal-background;
text-color: @normal-foreground;