A dark black and red theme for chrome, based on the Nerv symbol from evangelion
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": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Nerv_Theme",
"version": "2.3",
"description": "A dark black and red theme for chrome, based on the Nerv symbol from evangelion",
"theme": {
"colors": {
"frame": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"frame_incognito": [
0,
0,
0
],
"frame_incognito_inactive": [
0,
0,
0
],
"toolbar": [
0,
0,
0
],
"tab_text": [
254,
254,
254
],
"tab_background_text": [
187,
187,
187
],
"bookmark_text": [
254,
254,
254
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
254,
254,
254
],
"ntp_link": [
254,
254,
254
],
"ntp_link_underline": [
254,
254,
254
],
"ntp_header": [
206,
0,
0
],
"ntp_section": [
204,
0,
0
],
"ntp_section_text": [
254,
254,
254
],
"ntp_section_link": [
254,
254,
254
],
"ntp_section_link_underline": [
254,
254,
254
],
"control_background": [
1,
0,
0,
0.5
],
"button_background": [
200,
0,
0,
0.5
]
},
"images": {
"theme_toolbar": "images/toolbar.PNG",
"theme_ntp_background": "images/ntp_background.PNG",
"theme_ntp_attribution": "images/ntp_attribution.PNG",
"theme_window_control_background": "images/button.PNG",
"theme_tab_background": "images/back.PNG",
"theme_frame": "images/frame.PNG"
},
"tints": {
"buttons": [
1,
1,
-1
],
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
-1,
0.6
],
"frame_incognito": [
-1,
0.2,
0.35
],
"frame_incognito_inactive": [
-1,
0.3,
0.6
],
"background_tab": [
-1,
0.5,
0.5
]
}
}
}