summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors-rofi-dark.rasi4
-rw-r--r--pywal/templates/colors-rofi-light.rasi4
2 files changed, 4 insertions, 4 deletions
diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi
index 7a9075a..302d44f 100644
--- a/pywal/templates/colors-rofi-dark.rasi
+++ b/pywal/templates/colors-rofi-dark.rasi
@@ -48,11 +48,11 @@
text-color: @foreground;
}}
-inputbar {{
+#inputbar {{
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}}
-textbox-prompt-colon {{
+#textbox-prompt-colon {{
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em;
diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi
index 3a038bb..d4f89af 100644
--- a/pywal/templates/colors-rofi-light.rasi
+++ b/pywal/templates/colors-rofi-light.rasi
@@ -48,11 +48,11 @@
text-color: @foreground;
}}
-inputbar {{
+#inputbar {{
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}}
-textbox-prompt-colon {{
+#textbox-prompt-colon {{
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em;