summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan <dylan.araps@gmail.com>2021-08-31 12:47:25 +0300
committerGitHub <noreply@github.com>2021-08-31 12:47:25 +0300
commit5d8f3e7ba1de0761766475eb0b2e6c7801e220e7 (patch)
treed178a85c74e6acf5830aa3f3de51b4ccc7587d29
parenta32a987304733934b53aa4ec76c61f19a142fe4a (diff)
parent0d12a2ca2887010e6db60a8eaa156310f302e473 (diff)
Merge pull request #623 from jokersus/master
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;