Konpeko! Presenting a dark theme with animated Pekora in the top right. I downloaded a similar theme, but I like dark themes so I created this.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Animated Pekora Dark Theme",
"manifest_version": 2,
"version": "1.3",
"theme": {
"images": {
"additional_backgrounds": [
"0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(29, 31, 51, 0.03)",
"toolbar_text": "rgb(219, 219, 247)",
"frame": "rgb(8, 11, 33)",
"tab_background_text": "rgb(117, 135, 157)",
"toolbar_field": "rgb(54, 58, 89)",
"toolbar_field_text": "rgb(246, 245, 252)",
"tab_line": "rgb(124, 27, 113)",
"popup": "rgb(31, 34, 61)",
"popup_text": "rgb(215, 226, 239)",
"toolbar_top_separator": "rgba(29, 31, 51, 0)",
"tab_loading": "rgb(124, 27, 113)"
}
}
}