Add prompt to official theme for rofi 1.5.0.

This commit is contained in:
Dave Davenport 2018-02-15 16:02:22 +01:00
parent 758866a3fe
commit eca23b53d3
20 changed files with 174 additions and 0 deletions

View file

@ -134,3 +134,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;
}