A theme I made when I was bored. Based on the videogame Persona 5. It's simple and abstract made for the fans of the Persona Series. Persona 5 is not owned by me
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": "Persona 5 Theme (Phantom Thieves",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(221, 21, 21)",
"toolbar_text": "rgb(255, 241, 241)",
"frame": "rgb(167, 13, 13)",
"tab_background_text": "rgb(210, 233, 255)",
"toolbar_field": "rgb(35, 28, 28)",
"toolbar_field_text": "rgb(255, 241, 241)",
"tab_line": "rgb(255, 255, 255)",
"popup": "rgb(167, 13, 13)",
"popup_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(255, 255, 255)"
}
}
}