stylish-userstyles / stylish-chrome

Stylish extension for Chrome and Chrome-like things
GNU General Public License v3.0
185 stars 53 forks source link

Use 16/32px icon in new MD toolbar #181

Closed tophf closed 8 years ago

tophf commented 8 years ago

Google decided to use 16x16 px (and 32x32@2x) icons in the extension toolbar and this change is about to enter Stable channel. Every extension's 19/38px based icon will look blurry. This PR adds icons properly rendered from the source vector image.

New Old one autoscaled by Chrome
new-16 old-16
new-16w old-16w

The old 19x19 and 38x38 px icons are kept intact because Chromium forks and older Chrome still use them.

JasonBarnabe commented 8 years ago

Thanks!