Dark but without the eye strain.
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": "Dark - Soft",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(66, 65, 77)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(88, 87, 98)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(88, 87, 98)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(151, 117, 236)",
"popup": "rgb(66, 65, 77)",
"popup_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(151, 117, 236)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{81cfe792-027a-4dab-826d-9ef69dafb67a}"
}
}
}