diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi index d75d4f57..67a606cb 100644 --- a/doc/default_theme.rasi +++ b/doc/default_theme.rasi @@ -104,6 +104,10 @@ border: 2px dash 0px 0px ; border-color: @separatorcolor; } +#button { + spacing: 0; + text-color: @normal-foreground; +} #button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi index ddc11fa5..fb55774f 100644 --- a/doc/old-theme-convert-output.rasi +++ b/doc/old-theme-convert-output.rasi @@ -105,6 +105,10 @@ border: 2px 0px 0px ; border-color: @separatorcolor; } +#button { + spacing: 0; + text-color: @normal-foreground; +} #button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground;