diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-04-09 09:09:37 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-04-09 09:09:37 +1000 |
| commit | b54179c0bea3c32ad387934bac37af1c207c7d2f (patch) | |
| tree | de163471c84fc2fd738cf02c2d859c9f3173f433 /pywal | |
| parent | 97b241c9160ad9304fdd281e735c21c238a028af (diff) | |
| parent | 06dd5c8faf0c4120a6256ab71ae34f7f36e0e103 (diff) | |
Merge branch 'master' of github.com:dylanaraps/pywal
Diffstat (limited to 'pywal')
| -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; |
