You are not logged in.
I am trying to create a theme for xfce using Material-light as base, i want to know how to theme xfce4-settings-manager,
i try .xfce4-settings-manager { }
but it didn't work
GTK version - 3.24
xfce4-settings-manager 4.12.4 (Xfce 4.14pre2)
Distro Arch
Offline
It doesn't appear that the settings manager exposes it's own base class.
It does, however, expose two sub-classes: XfceHeading and exoiconview. Note that making any changes to either of these sub-classes will affect these widgets wherever else they are used in the DE. There is no way to contain it within the Settings Manager (that I can find).
Here are some configs to demonstrate:
.XfceHeading { background-color: red; }
.dialog-vbox * { background-color: red; }
.exoiconview.view * {background-color: red; color: blue; }
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Oh ok thanks for this
Offline
[ Generated in 0.007 seconds, 8 queries executed - Memory usage: 522.94 KiB (Peak: 523.78 KiB) ]