From 2372bc38b7893221ee3d7e1ffe3276d727d884a9 Mon Sep 17 00:00:00 2001 From: Patrick Kuo Date: Fri, 6 Apr 2018 12:08:46 +0800 Subject: [PATCH] default color for button text in rofi template --- pywal/templates/colors-rofi-dark.rasi | 4 ++++ pywal/templates/colors-rofi-light.rasi | 4 ++++ 2 files changed, 8 insertions(+) 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;