A soft, textured brown 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": "Abstract Woodshop",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-036-40a272fe657f748396e017c7a64ee2dc.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(211, 203, 190)",
"toolbar_text": "rgb(55, 47, 45)",
"frame": "rgb(180, 186, 182)",
"tab_background_text": "rgb(55, 47, 45)",
"toolbar_field": "rgb(172, 183, 169)",
"toolbar_field_text": "rgb(55, 47, 45)",
"tab_line": "rgb(255, 229, 0)",
"popup": "rgb(211, 203, 190)",
"popup_text": "rgb(55, 47, 45)",
"tab_loading": "rgb(255, 229, 0)"
}
}
}