1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00
horst3180_arc-theme/extra/Chrome/arc-dark-theme/manifest.json
Adam Jones 707427a0e8 Update Dark Chrome Theme
- Remove unnecessary images
- Make inactive tabs dark
2019-04-28 19:41:43 +01:00

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"
}