Re: Whiskermenu edits in gtk-3.0
Posted: Wed Jul 25, 2018 1:45 pm
@asqwerth
Like the light grey background. Easy on the eyes.
Like the light grey background. Easy on the eyes.
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
I tried adding my changes to the gtk-3.0 folder files first, but it didn't seem to affect the whisker menu at all. Only editing the /gtk-3.20/gtk-dark.css file worked. At least for this oomox-numix theme.manyroads wrote: Wed Jul 25, 2018 2:04 pm I have my mods in the gtk-3.0 folder... your edits/ changes look like they should work just fine.
I assume you are referring to the oomox theme and not the greybird theme....I know this is obvious but did you verify that your main theme calls the gtk.css stylesheet?
Code: Select all
@import url("resource:///org/numixproject/gtk-3.20/dist/gtk-dark.css");
All the css files in gtk-3.0/ subfolder had only that one line. The meat of the theming appeared to be in the css files in gtk-3.0/dist/ subfolder.manyroads wrote: Wed Jul 25, 2018 5:35 pm Yes... you might try doing an import of your gtk-3.0/gtk.css
Code: Select all
@import url("$HOME/.themes/themename/gtk-3.0/gtk.css");