Really simple theme for Firefox. Aesthetically pleasing combination of bright and dark in one 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": "Midnight Groove",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(255, 255, 255)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(10, 47, 70)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(2, 2, 3)",
"tab_line": "rgb(0, 0, 0)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(0, 0, 0)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"toolbar_bottom_separator": "rgb(177, 177, 177)",
"tab_loading": "rgb(0, 0, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{b7a87e88-be0c-4a1a-94d8-8f4fc18a7ae4}"
}
}
}