Arc Darker theme for Firefox
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": "Arc Darker",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(255, 255, 255)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(56, 60, 74)",
"tab_background_text": "rgb(170, 170, 170)",
"toolbar_field": "rgb(245, 246, 247)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(64, 69, 82)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(0, 0, 0)",
"ntp_background": "rgb(245, 246, 247)",
"ntp_text": "rgb(0, 0, 0)",
"popup_border": "rgb(245, 246, 247)",
"tab_background_separator": "rgb(245, 246, 247)",
"toolbar_bottom_separator": "rgb(245, 246, 247)",
"tab_loading": "rgb(64, 69, 82)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{5089de57-cbcf-41f4-ba2f-cf3af0ce6b5f}"
}
}
}