Arc-Dark theme for Chrome/Chromium, with inactive window fade
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",
"description": "Arc-Dark theme for Chrome/Chromium, with inactive window fade",
"manifest_version": 2,
"name": "Arc Dark (with inactive window fade)",
"theme": {
"colors": {
"bookmark_text": [
238,
238,
238
],
"button_background": [
59,
66,
80,
1
],
"frame": [
47,
52,
63
],
"frame_incognito": [
47,
52,
63
],
"ntp_background": [
64,
69,
82
],
"ntp_text": [
238,
238,
238
],
"tab_background_text": [
36,
36,
36
],
"tab_text": [
238,
238,
238
],
"toolbar": [
47,
52,
63
]
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"background_tab": [
-1,
0.5,
0.85
],
"buttons": [
0,
0,
0.81
]
}
},
"version": "1.0"
}