Flat theme based on https://github.com/vinceliuice/matcha
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": "Matcha",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-037-b73f9b34467ba541de861f5b4c0c6316.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(73, 83, 85)",
"toolbar_text": "rgb(213, 214, 214)",
"frame": "rgb(26, 34, 36)",
"tab_background_text": "rgb(213, 214, 214)",
"toolbar_field": "rgb(36, 46, 48)",
"toolbar_field_text": "rgb(213, 214, 214)",
"tab_line": "rgb(46, 179, 152)",
"popup": "rgb(36, 46, 48)",
"popup_text": "rgb(213, 214, 214)",
"tab_loading": "rgb(46, 179, 152)"
}
}
}