B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
822 stars 119 forks source link

LXDE menu style #136

Closed eiranix closed 5 years ago

eiranix commented 6 years ago

The theme looks good on Lubuntu, however the lxpanel menu, doesn't seem to have any styling. Obviously this is never going to look like a windows 10 menu, but some minor color and size/padding adjustments would at least make it in keeping with the theme.

So from what I can understand, I need to edit the gtk-2.0/gtkrc file. But when I try to add anything, it doesn't have any effect, eg:

style "menu" {
  bg[NORMAL] = "#474747"
}
widget "*menu*" style "menu"

I am new to this, so I might be doing it all wrong. Any guidance would be appreciated.