-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
48 lines (48 loc) · 1.25 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
{
"manifest_version":2,
"applications":{
"gecko":{
"id":"[email protected]",
"strict_min_version":"60.0"
}
},
"name":"Thunderbird Nord Theme",
"description":"Nord colors",
"version":"1.0",
"theme":{
"images": {
"theme_frame":"arch.png"
},
"colors":{
"bookmark_text": "#000000",
"frame": "#2E3440",
"frame_inactive": "#2E3440",
"popup": "#2E3440",
"popup_text": "#D8DEE9",
"popup_border": "#000000",
"popup_highlight": "#000000",
"popup_highlight_text": "#000000",
"popup_border": "#000000",
"sidebar": "#2E3440",
"sidebar_text": "#D8DEE9",
"sidebar_highlight": "#EBCB8B",
"sidebar_highlight_text": "#2E3440",
"sidebar_border": "#D8DEE9",
"tab_text": "#EBCB8B",
"tab_line": "#EBCB8B",
"tab_loading": "#000000",
"tab_background_text": "#EBCB8B",
"toolbar_field": "#2E3440",
"toolbar_field_text": "#D8DEE9",
"toolbar_field_highlight": "#2E3440",
"toolbar_field_highlight_text": "#D8DEE9",
"toolbar_field_border": "#000000",
"toolbar_field_border_focus": "#000000",
"toolbar_field_focus": "#2E3440",
"toolbar_field_text_focus": "#D8DEE9",
"toolbar_top_separator": "#EBCB8B",
"toolbar_bottom_separator": "#EBCB8B",
"toolbar_vertical_separator": "#EBCB8B"
}
}
}