A simple extra dark theme for your Firefox made in Firefox Color.
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": "Extra Dark",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(0, 0, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(20, 20, 20)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(28, 27, 34)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(255, 255, 255)",
"button_background_active": "rgb(78, 55, 223)",
"popup_border": "rgb(0, 0, 0)",
"popup_highlight_text": "rgb(0, 0, 0)",
"popup_highlight": "rgb(0, 0, 0)",
"sidebar_border": "rgb(0, 0, 0)",
"sidebar_highlight_text": "rgb(166, 166, 166)",
"sidebar_highlight": "rgb(0, 0, 0)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(0, 0, 0)",
"tab_background_separator": "rgb(0, 0, 0)",
"tab_selected": "rgb(43, 42, 51)",
"toolbar_bottom_separator": "rgb(0, 0, 0)",
"toolbar_field_border_focus": "rgb(0, 0, 0)",
"toolbar_field_border": "rgb(0, 0, 0)",
"toolbar_field_focus": "rgb(0, 0, 0)",
"toolbar_field_highlight_text": "rgb(210, 210, 210)",
"toolbar_field_highlight": "rgb(85, 85, 85)",
"toolbar_field_separator": "rgb(0, 0, 0)",
"toolbar_field_text_focus": "rgb(210, 210, 210)",
"toolbar_top_separator": "rgb(0, 0, 0)",
"toolbar_vertical_separator": "rgb(0, 0, 0)",
"tab_loading": "rgb(28, 27, 34)"
}
}
}