An epic solar influenced dark theme.
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",
"version": "1.0",
"name": "Dark Solar",
"theme": {
"images": {
"theme_toolbar": "darksolar.png",
"theme_tab_background": "ttbg.png",
"theme_frame_inactive": "ttbg.png",
"theme_ntp_background": "darksolarbg.png",
"theme_window_control_background": "cbtn.png"
},
"colors": {
"frame": [
0,
0,
0
],
"toolbar_button_icon": [
130,
50,
0
],
"bookmark_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_section": [
0,
0,
0
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
150,
150,
150
],
"ntp_link": [
200,
0,
0
],
"ntp_header": [
0,
0,
0
],
"ntp_background": [
0,
0,
0
],
"omnibox_background": [
200,
200,
200
]
},
"tints": {
"buttons": [
0.5,
0.5,
0.5
],
"frame": [
0.5,
0.5,
0.5
],
"frame_inactive": [
0.5,
0.5,
0.5
],
"frame_incognito": [
0.5,
0.5,
0.5
],
"frame_incognito_inactive": [
0.5,
0.5,
0.5
],
"background_tab": [
0.5,
0.5,
0.5
]
},
"properties": {
"ntp_background_alignment": "top left"
}
},
"manifest_version": 2
}