Red/black 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": "Diamonds and Clubs",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-029-cc9cab928c1799136d18758709e91ecc.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(25, 25, 25)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(111, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(160, 123, 204)",
"tab_line": "rgb(248, 112, 140)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(139, 98, 183)",
"tab_loading": "rgb(248, 112, 140)"
}
}
}