I made my own Chrome theme for the new Material Design. Its some what more bearable now. My muscle memory still need to get used to the new spacing though.
https://i.imgur.com/AFtGJqJ.png
https://i.imgur.com/AFtGJqJ.png
Code:
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Fix ugly Chrome",
"description": "Theme that makes the new Chrome UI less ugly.",
"version": "1.0",
"theme": {
"colors": {
"frame": [52, 52, 52],
"toolbar": [255, 255, 255],
"tab_text": [241, 243, 244],
"tab_background_text": [189, 193, 198],
"ntp_background": [50, 54, 57],
"ntp_text": [255, 255, 255],
"frame_inactive": [52, 52, 52],
"tab_background_text_inactive": [189, 193, 198]
},
"tints": {
"buttons": [0, 0, 0.6]
},
"properties": {
"ntp_logo_alternate": 1,
"ntp_background_repeat": "repeat"
}
}
}