diff options
| author | Dylan Araps <dylanaraps@users.noreply.github.com> | 2018-04-06 15:00:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-06 15:00:35 +1000 |
| commit | 06dd5c8faf0c4120a6256ab71ae34f7f36e0e103 (patch) | |
| tree | c8886cfd984e24778d0e528e95ea903fd745ad03 | |
| parent | 7b5586e149384289ca4d552d2038835d0a64948f (diff) | |
| parent | 2372bc38b7893221ee3d7e1ffe3276d727d884a9 (diff) | |
Merge pull request #225 from esp10mm/master
Fix rofi template
| -rw-r--r-- | pywal/templates/colors-rofi-dark.rasi | 4 | ||||
| -rw-r--r-- | pywal/templates/colors-rofi-light.rasi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi index 5a2fe24..7a9075a 100644 --- a/pywal/templates/colors-rofi-dark.rasi +++ b/pywal/templates/colors-rofi-dark.rasi @@ -130,6 +130,10 @@ textbox-prompt-colon {{ border-color: @border-color; }} +#button {{ + text-color: @normal-foreground; +}} + #button.selected {{ background-color: @selected-normal-background; text-color: @selected-normal-foreground; diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi index 3be930a..3a038bb 100644 --- a/pywal/templates/colors-rofi-light.rasi +++ b/pywal/templates/colors-rofi-light.rasi @@ -130,6 +130,10 @@ textbox-prompt-colon {{ border-color: @border-color; }} +#button {{ + text-color: @normal-foreground; +}} + #button.selected {{ background-color: @selected-normal-background; text-color: @selected-normal-foreground; |
