forked from dracula/google-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 1.15 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"description": "Srcery is a color scheme with clearly defined contrasting colors and a slightly earthy tone. ",
"manifest_version": 2,
"name": "Srcery Chrome Theme",
"version": "1.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [28, 27, 25],
"frame_inactive": [18, 17, 15],
"frame_incognito": [18, 17, 15],
"frame_incognito_inactive": [13, 12, 10],
"bookmark_text": [252, 232, 195 ],
"tab_background_text": [252, 232, 195],
"tab_background_text_inactive": [252, 232, 195],
"tab_background_text_incognito": [252, 232, 195],
"tab_background_text_incognito_inactive": [252, 232, 195],
"tab_text": [252, 232, 195],
"toolbar": [28, 27, 25],
"toolbar_button_icon": [186, 166, 127],
"omnibox_text": [252, 232, 195],
"omnibox_background": [28, 27, 25],
"ntp_background": [28, 27, 25],
"ntp_header": [224, 44, 109],
"ntp_link": [10, 174, 179],
"ntp_text": [252, 232, 195]
},
"images": {
"theme_toolbar": "images/theme_toolbar.png"
}
}
}