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
|
{
"manifest_version": 2,
"name": "Archfox",
"author": "Arne Rief",
"version": "1.0",
"theme": {
"colors": {
"bookmark_text": "rgba(45, 43, 40, 1)",
"frame": "rgba(45, 43, 40, 1)",
"icons": "rgba(138, 216, 255, 1)",
"icons_attention": "rgba(0, 109, 163, 1)",
"ntp_background": "rgba(45, 43, 40, 1)",
"ntp_card_background": "rgba(0, 109, 163, 1)",
"ntp_text": "rgba(255, 255, 255, 1)",
"popup": "rgba(45, 43, 40, 1)",
"popup_border": "rgba(0, 109, 163, 1)",
"popup_highlight": "rgba(0, 109, 163, 1)",
"popup_highlight_text": "rgba(255, 255, 255, 1)",
"popup_text": "rgba(255, 255, 255, 1)",
"sidebar": "rgba(45, 43, 40, 1)",
"sidebar_border": "rgba(0, 109, 163, 1)",
"sidebar_highlight": "rgba(0, 109, 163, 1)",
"sidebar_highlight_text": "rgba(255, 255, 255, 1)",
"sidebar_text": "rgba(255, 255, 255, 1)",
"tab_background_text": "rgba(255, 255, 255, 1)",
"tab_line": "rgba(184, 231, 255, 1)",
"tab_selected": "rgba(0, 109, 163, 1)",
"tab_text": "rgba(230, 247, 255, 1)",
"toolbar": "rgba(0, 109, 163, 1)",
"toolbar_bottom_separator": "rgba(0, 109, 163, 1)",
"toolbar_field": "rgba(45, 43, 40, 1)",
"toolbar_field_border_focus": "rgba(0, 109, 163, 1)",
"toolbar_field_highlight": "rgba(0, 109, 163, 1)",
"toolbar_field_highlight_text": "rgba(255, 255, 255, 1)",
"toolbar_field_text": "rgba(255, 255, 255, 1)",
"toolbar_text": "rgba(255, 255, 255, 1)",
"popup_border": "rgba(45, 43, 40, 1)",
"popup_highlight": "rgba(0, 109, 163, 1)"
}
}
}
|