Was looking for a Cyberpunk inspired theme but couldn't find anything that I completely liked. Crudely mashed together two themes by Testudo (https://addons.mozilla.org/en-US/firefox/user/14237202/), and I came up with this.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "TBD",
"manifest_version": 2,
"version": "1.0",
"theme": {
"images": {
"theme_frame": "0.png"
},
"colors": {
"frame": "rgba(22, 54, 75, 1)",
"tab_background_text": "rgba(128, 130, 55, 1)",
"toolbar": "rgba(22, 72, 75, 0.8)",
"bookmark_text": "rgba(249, 255, 0, 1)",
"toolbar_field": "rgba(22, 72, 75, 0.8)",
"toolbar_field_text": "rgba(249, 255, 0, 1)",
"tab_line": "rgba(249, 255, 0, 1)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{93b52ae0-0bfc-4967-9323-1e7516d232b2}"
}
}
}