Inspect and view changes in Senketsu Eyes theme source codes across current and past versions
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": "Senketsu Eyes theme",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right bottom"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(0, 0, 0)",
"toolbar_text": "rgb(255, 76, 0)",
"frame": "rgb(24, 24, 24)",
"tab_background_text": "rgb(119, 114, 22)",
"toolbar_field": "rgb(27, 27, 27)",
"toolbar_field_text": "rgb(255, 30, 30)",
"tab_line": "rgb(255, 227, 0)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(255, 0, 0)",
"tab_loading": "rgb(255, 227, 0)"
}
}
}