Materia-theme: [Question] Change font color text panel

Created on 21 Mar 2020  路  4Comments  路  Source: nana-4/materia-theme

Questioner Info

  • Materia version: 20190831
  • GTK3 version: 3.22.30
  • Distribution (and version): Ubuntu Mate 18.04
  • Desktop environment (and version): Mate 1.20.1
  • Theme used: Materia light compact

Description

I wish to modify the font color of the text of the panel bar, in order to set white. Currently, the original font text color used by materia-light-compact is grey. Please, could you tell me what file in the theme folder modify and what variables in the file to modify. I already investigated and tested some changes in gtk.css as the value of insensitive_fg_color but with no success. What file and what variable(s) to modify in order to change the color of text in panel bar ? I mean the font of text as the date and the titles windows opened in the panel bar:
font date color
) ? Thanks in advance.

question

All 4 comments

Hi @Philippe734, try this:

  1. Clone the repository.
  2. Open src/_sass/gtk/apps/_mate.scss with your text editor.
  3. Replace _all_ text2 string with text.
  4. Run ./parse-sass.sh.
  5. Run sudo ./install.sh.
  6. Reload the theme.

what variables

We use our Sass function on() instead of Sass variables for the text colors in MATE Panel :)

Hi @Philippe734, try this:

Clone the repository.
Open src/_sass/gtk/apps/_mate.scss with your text editor.
Replace all text2 string with text.
Run ./parse-sass.sh.
Run sudo ./install.sh.
Reload the theme.

Thank you to taken time to reply to me. I did your suggestion. But the result is weird. Font text color of panel is white, good!, but many buttons are blue without shadow effect, see:

before
after

but many buttons are blue without shadow effect

It's actually unrelated with my suggestion - it's just an intended change in the latest Materia :)
(But I鈥檓 planning to revert that change because I thought it was not a very good idea.)

OK ! So, you answered well to my question : solved. I will waiting for a next release with grey ripple button style

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vinyanalista picture vinyanalista  路  3Comments

USBA picture USBA  路  3Comments

TechnoSparks picture TechnoSparks  路  3Comments

nana-4 picture nana-4  路  4Comments

rahilwazir picture rahilwazir  路  4Comments