nana-4 / materia-theme

A Material Design theme for GNOME/GTK based desktop environments
GNU General Public License v2.0
3.42k stars 254 forks source link

LibreOffice Start shows black text on black background sidebar #584

Open fossfreedom opened 3 years ago

fossfreedom commented 3 years ago

Actual Issue Libreoffice start shows black text on black background for Materia image

In comparison Materia-dark

image

Steps to Reproduce Start libreoffice in a terminal

i.e. libreoffice

fossfreedom commented 3 years ago

EDIT: I did a git bisect and libreoffice broke with this commit https://github.com/nana-4/materia-theme/commit/abc8df7210abeb6f635103da38299bc9ff606a65

Edit2: uncommenting the background-color and color lines here seems to fix most libreoffice issues https://github.com/nana-4/materia-theme/blob/34bffc105fa2c72cf04b6c81e307aa6781c971e1/src/gtk-3.0/sass/_common.scss#L85

This CSS in GTK_Inspector tidies up the main side box and the side box (bottom)

viewport > grid > box > box > frame > box  {
 background-color: transparent;
}

viewport > grid > box > box > frame > box > box  {
 background-color: transparent;
}

There isn't really a styleclass to target here.

image

mabod commented 3 years ago

This is similar to the issue I opened 25. March: https://github.com/nana-4/materia-theme/issues/560