Dark theme takes the basic theme, and turns the switch making it to a comfortable view on your eyes at night.
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 Triangles",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-037-b73f9b34467ba541de861f5b4c0c6316.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(0, 0, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(70, 70, 70)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(255, 255, 255, 0.15)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(55, 51, 126)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(179, 179, 179)",
"tab_loading": "rgb(55, 51, 126)"
}
}
}