summaryrefslogtreecommitdiffstats
path: root/themes/Monokai.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-02-25 15:18:37 +0100
committerDave Davenport <qball@gmpclient.org>2018-02-25 15:18:37 +0100
commitd9d3724615d393d82da3f0913eb06447771fb171 (patch)
treea79235de5325dee4e0473ee4fba176159ca281a2 /themes/Monokai.rasi
parent0ccfef4289aae787c487dd13a9d5ef11f430c3e3 (diff)
Update themes from rofi-themes repository
Diffstat (limited to 'themes/Monokai.rasi')
-rw-r--r--themes/Monokai.rasi9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/Monokai.rasi b/themes/Monokai.rasi
index 37f47b5e..c8d3c5fe 100644
--- a/themes/Monokai.rasi
+++ b/themes/Monokai.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;
+}