-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
34 lines (34 loc) · 1.36 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
{
"name": "Cyberpunk",
"version": "0.0.0.1",
"description": "Based on the vscode cyberpunk theme by MAX https://marketplace.visualstudio.com/items?itemName=max-SS.cyberpunk",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images\/theme_frame.png",
"theme_frame_inactive": "images\/theme_tab_background.png",
"theme_frame_incognito": "images\/theme_frame.png",
"theme_frame_incognito_inactive": "images\/theme_tab_background.png",
"theme_toolbar": "images\/theme_toolbar.png",
"theme_tab_background": "images\/theme_tab_background.png",
"theme_ntp_background": "images\/ntp_background.png"
},
"colors": {
"frame": [0, 255, 156],
"frame_inactive": [0, 255, 156],
"frame_incognito": [0, 255, 156],
"frame_incognito_inactive": [0, 255, 156],
"toolbar": [55, 41, 99],
"bookmark_text": [197, 146, 255],
"tab_background_text": [197, 146, 255],
"tab_text": [0, 255, 156],
"toolbar_button_icon": [197, 146, 255],
"button_background": [0, 255, 156],
"ntp_background": [16, 13, 35]
},
"tints": {
"buttons": [0.436111111, 1, 0.5],
"background_tab": [0.688888889, 0.46, 0.09]
}
}
}