diff options
| -rw-r--r-- | pywal/templates/colors-rofi-dark.rasi | 11 | ||||
| -rw-r--r-- | pywal/templates/colors-rofi-light.rasi | 11 |
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; |