This is a dark theme of Hatsune Miku. Everything matches her clothing colors and is nice to the eye. Enjoy!
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": "Miku Hatsune Dark",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(20, 57, 54)",
"toolbar_text": "rgb(200, 236, 233)",
"frame": "rgb(13, 38, 36)",
"tab_background_text": "rgb(147, 217, 211)",
"toolbar_field": "rgb(27, 77, 72)",
"toolbar_field_text": "rgb(200, 236, 233)",
"tab_line": "rgb(147, 217, 211)",
"popup": "rgb(20, 57, 54)",
"popup_text": "rgb(200, 236, 233)",
"tab_loading": "rgb(147, 217, 211)"
}
}
}