[Solved] Finding a theme setting

Archived topics about LMDE 1 and LMDE 2
Locked
vayu

[Solved] Finding a theme setting

Post by vayu »

The theme I like does something that I want to change. In nemo it colors the foreground text dimmer every other row. One row white, next row grey, white grey, white grey... I'd like them all the same. The theme is named malys-rought-dark-left. I know the theme is in /usr/share/themes. Can anyone help me find where and how within that theme the every other row foreground color is set for nemo?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
vayu

[solved] Re: Finding a theme setting

Post by vayu »

Found it here:
/usr/share/themes/malys-rought-dark-left/gtk-3.0/gtk-widgets.css
at the bottom of the file is:

GtkTreeView row:nth-child(even){
/*color: alpha (#ccc, 0.5); */ /*original had this line uncommented */

}

By commenting out the "color: alpha" statement, the every other line in Nemo became the same color.
Locked

Return to “LMDE Archive”