Inspect and view changes in ANIMATED - Colors Dark 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,
"name": "ANIMATED - Colors Dark",
"version": "1.0",
"author": "Jennifer Lu",
"theme": {
"images": {
"additional_backgrounds": [
"colors.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"bookmark_text": "rgb(0, 0, 0)",
"button_background_active": "rgba(0, 0, 0, 0.2)",
"button_background_hover": "rgba(0, 0, 0, 0.1)",
"icons": "rgba(0, 0, 0, 0.6)",
"icons_attention": "rgba(0, 0, 0, 1)",
"frame": "rgb(56, 56, 61)",
"frame_inactive": "rgb(56, 56, 61)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgba(255, 255, 255, 0.8)",
"popup": "rgba(0, 0, 0, 0.5)",
"popup_border": "rgba(0, 0, 0, 0)",
"popup_highlight": "rgba(255, 255, 255, 0.15)",
"popup_highlight_text": "rgba(255, 255, 255, 1)",
"popup_text": "rgba(255, 255, 255, 1)",
"sidebar": "rgba(0, 0, 0, 0.5)",
"sidebar_border": "rgba(0, 0, 0, 0)",
"sidebar_highlight": "rgba(255, 255, 255, 0.4)",
"sidebar_highlight_text": "rgb(0, 0, 0)",
"sidebar_text": "rgb(255, 255, 255)",
"tab_background_separator": "rgba(0, 0, 0, 0)",
"tab_background_text": "rgba(0, 0, 0, 0.5)",
"tab_line": "rgba(0, 0, 0, 0.4)",
"tab_loading": "rgba(0, 0, 0, 0.8)",
"tab_selected": "rgba(0, 0, 0, 0)",
"tab_text": "rgb(0, 0, 0)",
"toolbar": "rgba(0, 0, 0, 0)",
"toolbar_bottom_separator": "rgba(0, 0, 0, 0)",
"toolbar_field": "rgba(0, 0, 0, 0.2)",
"toolbar_field_border": "rgba(0, 0, 0, 0)",
"toolbar_field_border_focus": "rgba(0, 0, 0, 0)",
"toolbar_field_focus": "rgba(0, 0, 0, 0)",
"toolbar_field_highlight": "rgba(255, 255, 255, 0.2)",
"toolbar_field_highlight_text": "rgba(255, 255, 255, 1)",
"toolbar_field_separator": "rgba(0, 0, 0, 0)",
"toolbar_field_text": "rgba(0, 0, 0, 1)",
"toolbar_field_text_focus": "rgba(255, 255, 255, 0.6)",
"toolbar_text": "rgb(0, 0, 0)",
"toolbar_top_separator": "rgba(0, 0, 0, 0)",
"toolbar_vertical_separator": "rgba(0, 0, 0, 0)"
}
}
}