mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
707427a0e8
- Remove unnecessary images - Make inactive tabs dark
23 lines
632 B
JSON
23 lines
632 B
JSON
{
|
|
"description": "Arc-Dark theme for Chrome/Chromium",
|
|
"manifest_version": 2,
|
|
"name": "Arc Dark",
|
|
"theme": {
|
|
"colors": {
|
|
"bookmark_text": [ 238, 238, 238 ],
|
|
"frame": [ 47, 52, 63 ],
|
|
"frame_inactive": [ 37, 42, 50 ],
|
|
"frame_incognito": [ 47, 52, 63 ],
|
|
"frame_incognito_inactive": [ 37, 42, 50 ],
|
|
"ntp_background": [ 64, 69, 82 ],
|
|
"tab_background_text": [ 190, 190, 190 ],
|
|
"tab_text": [ 238, 238, 238 ],
|
|
"toolbar": [ 47, 52, 63 ]
|
|
},
|
|
"tints": {
|
|
"background_tab": [ -1, -1, 0.4 ]
|
|
}
|
|
},
|
|
"version": "1.3"
|
|
}
|