summaryrefslogtreecommitdiffstats
path: root/themes/Pop-Dark.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Pop-Dark.rasi')
-rw-r--r--themes/Pop-Dark.rasi9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/Pop-Dark.rasi b/themes/Pop-Dark.rasi
index 53e6af45..81425fa9 100644
--- a/themes/Pop-Dark.rasi
+++ b/themes/Pop-Dark.rasi
@@ -111,3 +111,12 @@
text-color: @foreground;
}
+#inputbar {
+ children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
+}
+#textbox-prompt-colon {
+ expand: false;
+ str: ":";
+ margin: 0px 0.3em 0em 0em ;
+ text-color: @normal-foreground;
+}