-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 818 Bytes
/
Copy pathmanifest.json
File metadata and controls
25 lines (25 loc) · 818 Bytes
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
{
"name": "Black Theme",
"version": "1.2",
"manifest_version": 3,
"theme": {
"colors": {
"bookmark_text": [ 255, 255, 255 ],
"frame": [ 0, 0, 0 ],
"ntp_background": [ 0, 0, 0 ],
"ntp_text": [ 255, 255, 255 ],
"tab_background_text": [ 255, 255, 255 ],
"tab_background_text_inactive": [ 255, 255, 255 ],
"tab_background_text_incognito": [ 255, 255, 255 ],
"tab_background_text_incognito_inactive": [ 255, 255, 255 ],
"tab_text": [ 255, 255, 255 ],
"toolbar": [ 45, 45, 45 ]
},
"tints": {
"buttons": [ 0, 0, 1 ],
"frame_inactive": [ -1, -1, -1 ],
"frame_incognito": [ -1, -1, -1 ],
"frame_incognito_inactive": [ -1, -1, -1 ]
}
}
}