A recreation of Chrome's new fuchsia theme.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Chrome Fuchsia",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(73, 53, 69)",
"toolbar_text": "rgb(218, 191, 210)",
"frame": "rgb(50, 32, 47)",
"tab_background_text": "rgb(218, 191, 210)",
"toolbar_field": "rgb(50, 32, 47)",
"toolbar_field_text": "rgb(218, 191, 210)",
"tab_line": "rgb(73, 53, 69)",
"popup": "rgb(29, 27, 32)",
"popup_text": "rgb(255, 255, 255)",
"ntp_background": "rgb(73, 53, 69)",
"popup_highlight": "rgb(92, 73, 88)",
"toolbar_bottom_separator": "rgb(109, 87, 104)",
"toolbar_field_border_focus": "rgb(245, 176, 233)",
"toolbar_field_focus": "rgb(73, 53, 69)",
"toolbar_field_highlight": "rgb(245, 176, 233)",
"tab_loading": "rgb(73, 53, 69)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{8d4534ba-865b-4ae4-a249-ffb5f3b9a96b}"
}
}
}