This is a simple theme with my dog Wilma on the right, nothing special, colors match my dog.
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": "Wilma the Bulldog",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(202, 199, 194)",
"toolbar_text": "rgb(97, 81, 68)",
"frame": "rgb(173, 166, 156)",
"tab_background_text": "rgb(230, 230, 229)",
"toolbar_field": "rgb(230, 230, 229)",
"toolbar_field_text": "rgb(97, 81, 68)",
"tab_line": "rgb(38, 128, 126)",
"popup": "rgb(230, 230, 229)",
"popup_text": "rgb(97, 81, 68)",
"tab_loading": "rgb(38, 128, 126)"
}
}
}