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

Improvements - chrome dark theme variant (#506)

This uses arc-theme-darker as basis with values from previous version.
Which fixed the issues of changing colors when window is inactive.

* Remove localization from dark chromium theme variant

* Add packed version of chrome dark theme varian

* Use correct toolbar color in chrome dark variant

* Use button color for background tabs in chrome dark variant
This commit is contained in:
Raphael Scholer 2016-05-01 16:25:38 +02:00 committed by horst3180
parent e4ae6f70a1
commit 2ca2bf6e34
8 changed files with 38 additions and 100 deletions

Binary file not shown.

View File

@ -1,10 +0,0 @@
{
"appName": {
"message": "Arc dark chrome theme",
"description": "The title of the application, displayed in the web store."
},
"appDesc": {
"message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180",
"description":"The description of the application, displayed in the web store."
}
}

View File

@ -1,8 +0,0 @@
{
"appName": {
"message": "Arc dark chrome theme"
},
"appDesc": {
"message": "A Google Chrome theme made to match the colours of the dark arc theme by horst3180"
}
}

View File

@ -1,8 +0,0 @@
{
"appName": {
"message": "Arc dark chrome theme"
},
"appDesc": {
"message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180"
}
}

View File

@ -1,8 +0,0 @@
{
"appName": {
"message": "Arc dark thème"
},
"appDesc": {
"message": "Un thème de Google Chrome avec les couleurs du thème 'dark arc' de horst3180"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 255 B

View File

@ -1,68 +1,40 @@
{ {
"manifest_version":2, "description": "Arc-Dark theme for Chrome/Chromium",
"theme":{ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6RY/VX2xN/FFEQQwi4sSHGaMxF6cARCTsKKxmPhbics9qDIkZxxBqeM4TUhHDhgsZrxZsXAplyKnIjTEIdw96XDK34uF5cqLOG5vzFRIOAdFfCyC9HNupQGg3Vd8PKSVmLZz/2Xsu5zmvx+zz3VIDtNK+HaVktMhJnO9utBougQIDAQAB",
"images":{ "manifest_version": 2,
"theme_frame":"images/theme_frame.png", "name": "Arc Dark",
"theme_toolbar":"images/theme_toolbar.png", "theme": {
"theme_tab_background":"images/theme_tab_background.png" "colors": {
}, "bookmark_text": [ 238, 238, 238 ],
"colors":{ "button_background": [ 59, 66, 80, 1 ],
"frame":[ "frame": [ 47, 52, 63 ],
47, "frame_inactive": [ 47, 52, 63 ],
52, "frame_incognito": [ 47, 52, 63 ],
63 "frame_incognito_inactive": [ 47, 52, 63],
], "ntp_background": [ 64, 69, 82 ],
"toolbar":[ "ntp_text": [ 238, 238, 238 ],
47, "tab_background_text": [ 36, 36, 36 ],
52, "tab_text": [ 238, 238, 238 ],
63 "toolbar": [ 47, 52, 63 ]
], },
"tab_text":[ "images": {
238, "theme_frame": "images/theme_frame.png",
238, "theme_frame_inactive": "images/theme_frame.png",
238 "theme_tab_background": "images/theme_tab_background.png",
], "theme_toolbar": "images/theme_toolbar.png"
"tab_background_text":[ },
36, "properties": {
36, "ntp_background_alignment": "bottom",
36 "ntp_background_repeat": "no-repeat"
], },
"bookmark_text":[ "tints": {
238, "background_tab": [ -1, 0.5, 0.85 ],
238, "buttons": [ 0, 0, 0.81 ],
238 "frame": [ -1, -1, -1 ],
], "frame_inactive": [ -1, -1, -1 ],
"ntp_background":[ "frame_incognito": [ -1, 0.2, 0.35 ],
64, "frame_incognito_inactive": [ -1, 0.3, 0.6 ]
69, }
82 },
], "version": "1"
"ntp_text":[
238,
238,
238
],
"button_background":[
59,
66,
80,
1
]
},
"tints":{
"buttons":[
0,
0,
0.81
]
},
"properties":{
"ntp_background_alignment":"bottom",
"ntp_background_repeat":"no-repeat"
}
},
"name":"__MSG_appName__",
"version":"1.1",
"description":"__MSG_appDesc__",
"default_locale":"en"
} }