Clean black theme with electrifying light blue text and buttons!
Primary: Black
Second: Electric Blue
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": "Black n Electric blue",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(10, 10, 10)",
"toolbar_text": "rgb(20, 232, 232)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(63, 117, 117)",
"toolbar_field": "rgba(63, 48, 48, 0.19)",
"toolbar_field_text": "rgb(20, 232, 232)",
"tab_line": "rgb(20, 232, 232)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(20, 232, 232)",
"tab_loading": "rgb(20, 232, 232)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{3668cb8a-37e4-4e78-9556-921e23160f46}"
}
}
}