default color for button text in rofi template

This commit is contained in:
Patrick Kuo 2018-04-06 12:08:46 +08:00
parent 7b5586e149
commit 2372bc38b7
2 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,10 @@ textbox-prompt-colon {{
border-color: @border-color; border-color: @border-color;
}} }}
#button {{
text-color: @normal-foreground;
}}
#button.selected {{ #button.selected {{
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @selected-normal-foreground; text-color: @selected-normal-foreground;

View File

@ -130,6 +130,10 @@ textbox-prompt-colon {{
border-color: @border-color; border-color: @border-color;
}} }}
#button {{
text-color: @normal-foreground;
}}
#button.selected {{ #button.selected {{
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @selected-normal-foreground; text-color: @selected-normal-foreground;