dark burgundy coloured theme
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 ~ Burgundy _ ",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-009-f069b97f439938a011297c84464f0df6.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(119, 7, 72)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(148, 47, 90)",
"tab_background_text": "rgb(0, 0, 0)",
"toolbar_field": "rgb(220, 167, 202)",
"toolbar_field_text": "rgb(46, 20, 18)",
"tab_line": "rgb(46, 20, 18)",
"popup": "rgb(238, 210, 228)",
"popup_text": "rgb(46, 20, 18)",
"tab_loading": "rgb(46, 20, 18)"
}
}
}