GoogleChromeThemeCreationGuide
GoogleChromeThemeCreationGuide copied to clipboard
Guide for creating Google Chrome Themes
- button_background changes the minimize/close area, not the forward/back/home area. - control_background does nothing at all, as far as I can tell.
Your awesome guide doesn't include those.
Your guide mentions `stretch` in `ntp_background_alignment` but it's [not present in the source code](https://cs.chromium.org/search/?q=file:theme+%5Cbstretch%5Cb) of Chrome. Here's the list of [supported properties](https://cs.chromium.org/chromium/src/chrome/browser/themes/theme_properties.h?type=cs&q=symbol:ThemeProperties::Alignment%5Cb): ```cpp enum Alignment { ALIGN_CENTER = 0, ALIGN_LEFT...