Animated psychedelic 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": "2.0",
"name": "theme1",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(236, 218, 222)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(133, 133, 143)",
"popup": "rgb(236, 218, 222)",
"popup_text": "rgb(0, 0, 0)",
"tab_loading": "rgb(133, 133, 143)",
"bookmark_text": "rgb(21, 25, 25)",
"frame": "rgb(87, 145, 190)",
"tab_background_text": "rgb(255, 255, 255)"
}
}
}