summaryrefslogtreecommitdiffstats
path: root/themes/Arc.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Arc.rasi')
-rw-r--r--themes/Arc.rasi9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/Arc.rasi b/themes/Arc.rasi
index 48d83ec5..7d065755 100644
--- a/themes/Arc.rasi
+++ b/themes/Arc.rasi
@@ -131,3 +131,12 @@
spacing: 0;
text-color: @normal-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;
+}