FranklinDM / MaterialMoon

Chrome's new material design has already arrived for Pale Moon.
Mozilla Public License 2.0
6 stars 3 forks source link

How to skip theming context menus and preferences window #6

Closed intika closed 6 years ago

intika commented 6 years ago

Following palemoon forum

I guess it's more reliable over here... A Material Dark version would be really cool...

It's not linux dependent... i would like to keep the theme native for

  1. Menus drop box (context menus)
  2. Preferences window

i think it's something under "chrome/global/" if you have any idea where i can look to edit code let me know i will check that in details myself, test etc... if you have the time of course otherwise let me know when you can :)

thanks

fofajardo commented 6 years ago

Preferences window: for the content pane - global/preferences.css, prefPane selector, change background-color for the main background - global/global.css, line 31, adapts to system background (if im not mistaken)

App menu popup: It's controlled by os-specific styling You can change the background/text color through these selectors:

appmenuPrimaryPane

appmenuSecondaryPane

intika commented 6 years ago

Thanks a lot :)