AC theme simple and beautiful!
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": "Assassins Creed",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg",
"images/1.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"left top"
],
"additional_backgrounds_tiling": [
"no-repeat",
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(149, 97, 139, 0.31)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(215, 226, 239)",
"toolbar_field": "rgba(192, 162, 187, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(197, 79, 183)",
"popup": "rgb(135, 58, 131)",
"popup_text": "rgb(215, 226, 239)",
"tab_loading": "rgb(197, 79, 183)"
}
}
}