aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan <[email protected]>2021-08-31 12:47:25 +0300
committerGitHub <[email protected]>2021-08-31 12:47:25 +0300
commit5d8f3e7ba1de0761766475eb0b2e6c7801e220e7 (patch)
treed178a85c74e6acf5830aa3f3de51b4ccc7587d29
parentMerge pull request #617 from scaryrawr/windows-path-json (diff)
parentUpdated templates to be compatible with rofi 1.7.0^ (diff)
downloadpywal-5d8f3e7ba1de0761766475eb0b2e6c7801e220e7.tar.xz
pywal-5d8f3e7ba1de0761766475eb0b2e6c7801e220e7.zip
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;