Simple theme for the newest version of firefox, hope you enjoy.
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": "Black and Gold - Fancy",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-036-40a272fe657f748396e017c7a64ee2dc.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(15, 70, 70)",
"toolbar_text": "rgba(207, 192, 24, 0.9)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(207, 192, 24)",
"toolbar_field": "rgb(3, 6, 7)",
"toolbar_field_text": "rgba(207, 192, 24, 0.9)",
"tab_line": "rgba(207, 192, 24, 0.9)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgba(207, 192, 24, 0.9)",
"button_background_hover": "rgb(2, 2, 8)",
"tab_selected": "rgba(207, 192, 24, 0.9)",
"tab_text": "rgb(8, 8, 1)",
"toolbar_top_separator": "rgb(3, 6, 7)",
"tab_loading": "rgba(207, 192, 24, 0.9)"
}
}
}