Beige and blue
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": "Soft Blue",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(200, 231, 248)",
"toolbar_text": "rgb(37, 86, 113)",
"frame": "rgb(237, 218, 203)",
"tab_background_text": "rgb(43, 41, 40)",
"toolbar_field": "rgb(241, 231, 224)",
"toolbar_field_text": "rgb(43, 41, 40)",
"tab_line": "rgb(121, 165, 189)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(43, 41, 40)",
"tab_loading": "rgb(121, 165, 189)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{e9c460c6-80a3-4640-ba3b-e6e760770fd3}"
}
}
}