pink 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": "pinki",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(173, 52, 88, 0.26)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(104, 94, 73)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(49, 67, 65, 0.87)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgba(255, 255, 255, 0.57)",
"popup": "rgba(49, 67, 65, 0.96)",
"popup_text": "rgb(255, 255, 255)",
"button_background_active": "rgba(188, 188, 188, 0.7)",
"button_background_hover": "rgba(48, 161, 149, 0.76)",
"icons_attention": "rgb(0, 214, 255)",
"popup_border": "rgba(179, 179, 175, 0.74)",
"tab_selected": "rgba(128, 79, 99, 0.59)",
"toolbar_bottom_separator": "rgba(113, 102, 69, 0.34)",
"toolbar_field_border_focus": "rgb(255, 255, 255)",
"toolbar_field_border": "rgba(255, 255, 255, 0.71)",
"toolbar_field_focus": "rgb(135, 97, 109)",
"toolbar_field_highlight": "rgb(0, 0, 0)",
"toolbar_top_separator": "rgba(255, 255, 255, 0.43)",
"tab_loading": "rgba(255, 255, 255, 0.57)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{1664adf9-cfe1-4b2c-b163-08c134651ff6}"
}
}
}