1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Update Dark Chrome Theme

- Remove unnecessary images
- Make inactive tabs dark
This commit is contained in:
Adam Jones 2019-04-28 19:41:43 +01:00
parent 8290cb813f
commit 707427a0e8
4 changed files with 5 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

View File

@ -1,40 +1,22 @@
{ {
"description": "Arc-Dark theme for Chrome/Chromium", "description": "Arc-Dark theme for Chrome/Chromium",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6RY/VX2xN/FFEQQwi4sSHGaMxF6cARCTsKKxmPhbics9qDIkZxxBqeM4TUhHDhgsZrxZsXAplyKnIjTEIdw96XDK34uF5cqLOG5vzFRIOAdFfCyC9HNupQGg3Vd8PKSVmLZz/2Xsu5zmvx+zz3VIDtNK+HaVktMhJnO9utBougQIDAQAB",
"manifest_version": 2, "manifest_version": 2,
"name": "Arc Dark", "name": "Arc Dark",
"theme": { "theme": {
"colors": { "colors": {
"bookmark_text": [ 238, 238, 238 ], "bookmark_text": [ 238, 238, 238 ],
"button_background": [ 59, 66, 80, 1 ],
"frame": [ 47, 52, 63 ], "frame": [ 47, 52, 63 ],
"frame_inactive": [ 47, 52, 63 ], "frame_inactive": [ 37, 42, 50 ],
"frame_incognito": [ 47, 52, 63 ], "frame_incognito": [ 47, 52, 63 ],
"frame_incognito_inactive": [ 47, 52, 63], "frame_incognito_inactive": [ 37, 42, 50 ],
"ntp_background": [ 64, 69, 82 ], "ntp_background": [ 64, 69, 82 ],
"ntp_text": [ 238, 238, 238 ], "tab_background_text": [ 190, 190, 190 ],
"tab_background_text": [ 36, 36, 36 ],
"tab_text": [ 238, 238, 238 ], "tab_text": [ 238, 238, 238 ],
"toolbar": [ 47, 52, 63 ] "toolbar": [ 47, 52, 63 ]
}, },
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "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": { "tints": {
"background_tab": [ -1, 0.5, 0.85 ], "background_tab": [ -1, -1, 0.4 ]
"buttons": [ 0, 0, 0.81 ],
"frame": [ -1, -1, -1 ],
"frame_inactive": [ -1, -1, -1 ],
"frame_incognito": [ -1, 0.2, 0.35 ],
"frame_incognito_inactive": [ -1, 0.3, 0.6 ]
} }
}, },
"version": "1" "version": "1.3"
} }