Inspect and view changes in ZenBurningChrome 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
{
"update_url": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "ZenBurningChrome Theme",
"version": "0.2.1",
"description": "A Chrome/Chromium theme based on the popular Zenburn theme for vi and emacs.",
"theme": {
"images": {
"theme_frame": "images/theme/frame.png",
"theme_frame_inactive": "images/theme/frame_inactive.png",
"theme_frame_incognito": "images/theme/frame_incognito.png",
"theme_frame_incognito_inactive": "images/theme/frame_incognito_inactive.png",
"theme_frame_overlay": "images/theme/frame_overlay.png",
"theme_ntp_attribution": "images/theme/ntp_attribution.png",
"theme_tab_background": "images/theme/tab_background.png",
"theme_tab_background_incognito": "images/theme/tab_background_incognito.png",
"theme_tab_background_v": "images/theme/tab_background_v.png",
"theme_toolbar": "images/theme/toolbar.png",
"theme_window_control_background": "images/theme/window_control_background.png"
},
"colors": {
"background_tab_text": [
200,
200,
184
],
"bookmark_text": [
223,
175,
143
],
"button_background": [
79,
79,
79
],
"control_background": [
79,
79,
79
],
"frame": [
63,
63,
63
],
"frame_inactive": [
50,
50,
50
],
"frame_incognito": [
30,
30,
30
],
"frame_incognito_inactive": [
10,
10,
10
],
"ntp_background": [
63,
63,
63
],
"ntp_header": [
95,
95,
95
],
"ntp_link": [
240,
223,
175
],
"ntp_link_underline": [
240,
223,
175
],
"ntp_section": [
95,
95,
95
],
"ntp_section_link": [
240,
223,
175
],
"ntp_section_link_underline": [
240,
223,
175
],
"ntp_section_text": [
220,
220,
204
],
"ntp_text": [
220,
220,
204
],
"ntp_text_light": [
220,
220,
204
],
"search_default_background": [
63,
63,
63
],
"search_ntp_background": [
63,
63,
63
],
"search_search_background": [
63,
63,
63
],
"search_separator": [
220,
220,
204
],
"search_separator_line": [
220,
220,
204
],
"tab_background_text": [
200,
200,
184
],
"tab_text": [
220,
220,
204
],
"toolbar": [
95,
95,
95
],
"toolbar_bezel": [
220,
220,
204
],
"toolbar_button_inactive": [
220,
220,
204
],
"toolbar_button_stroke": [
220,
220,
204
],
"toolbar_button_stroke_inactive": [
220,
220,
204
],
"toolbar_inactive": [
220,
220,
204
],
"toolbar_separator": [
220,
220,
204
],
"toolbar_stroke": [
220,
220,
204
],
"toolbar_stroke_inactive": [
220,
220,
204
],
"toolbar_tab_text": [
220,
220,
204
]
},
"tints": {
"background_tab": [
0,
0.215,
0.359
],
"buttons": [
0,
0.114,
0.192
],
"frame": [
0,
0.215,
0.359
],
"frame_inactive": [
0,
0.215,
0.359
],
"frame_incognito": [
0,
0.215,
0.359
],
"frame_incognito_inactive": [
0,
0.215,
0.359
]
},
"properties": {
"ntp_background_repeat": "no-repeat",
"ntp_inverse_logo": 1,
"ntp_logo_alternate": 1
}
}
}