mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
default color for button text in rofi template
This commit is contained in:
parent
7b5586e149
commit
2372bc38b7
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user