summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-02-07 08:47:23 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-02-07 08:47:23 +1100
commit4ba0afd8a915333e795843e3f697b62c1433c994 (patch)
tree19c843b24319ab322efe9a36fbe14a545ae0a817 /pywal
parent732a3bb05dea56ec188df017101821287ba95fdf (diff)
templates: Add colon to rofi
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors-rofi-dark.rasi11
-rw-r--r--pywal/templates/colors-rofi-light.rasi11
2 files changed, 22 insertions, 0 deletions
diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi
index ed6cc72..5a2fe24 100644
--- a/pywal/templates/colors-rofi-dark.rasi
+++ b/pywal/templates/colors-rofi-dark.rasi
@@ -48,6 +48,17 @@
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;
+}}
+
#listview {{
fixed-height: 0;
border: 2px 0px 0px;
diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi
index 8700019..3be930a 100644
--- a/pywal/templates/colors-rofi-light.rasi
+++ b/pywal/templates/colors-rofi-light.rasi
@@ -48,6 +48,17 @@
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;
+}}
+
#listview {{
fixed-height: 0;
border: 2px 0px 0px;