-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
50 lines (50 loc) · 1.42 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"manifest_version": 2,
"version": "1.3",
"name": "Dark Blood",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(48, 48, 48)",
"toolbar_text": "rgb(255, 0, 0)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(130, 130, 130)",
"toolbar_field": "rgb(23, 23, 23)",
"toolbar_field_text": "rgb(255, 0, 0)",
"toolbar_field_border_focus": "rgb(255, 0, 0)",
"toolbar_field_highlight": "rgb(255, 0, 0)",
"toolbar_field_highlight_text": "rgb(23, 23, 23)",
"popup": "rgb(35, 35, 35)",
"popup_text": "rgb(255, 0, 0)",
"tab_loading": "rgb(255, 0, 0)",
"ntp_background": "rgb(48, 48, 48)",
"ntp_text": "rgb(255, 0, 0)",
"sidebar": "rgb(35, 35, 35)",
"sidebar_text": "rgb(255, 0, 0)",
"bookmark_text": "rgb(255, 0, 0)",
"icons_attention": "rgb(255, 0, 0)",
"popup_highlight": "rgb(255, 0, 0)",
"popup_highlight_text": "rgb(23, 23, 23)",
"sidebar_highlight": "rgb(255, 0, 0)",
"sidebar_highlight_text": "rgb(23, 23, 23)",
"tab_line": "rgb(69, 69, 69)",
"tab_selected": "rgb(48, 48, 48)",
"tab_text": "rgb(255, 0, 0)",
"toolbar_field_border": "rgb(23, 23, 23)",
"toolbar_top_separator": "rgb(23, 23, 23)",
"popup_border": "rgb(35, 35, 35)"
}
}
}