-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
43 lines (43 loc) · 1.17 KB
/
manifest.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
{
"manifest_version": 3,
"name": "cutiepro",
"version": "0.1.0",
"description": "cute af dark pastel theme for firefox 🩷",
"browser_specific_settings": {
"gecko": {
"id": "@cutiepro.jezzy-ultra"
}
},
"theme": {
"colors": {
"bookmark_text": "#d5d0c9",
"frame": "#181716",
"icons": "#e8d6a7",
"icons_attention": "#e5a1a3",
"ntp_background": "#181716",
"ntp_card_background": "#2e2a27",
"ntp_text": "#d5d0c9",
"popup": "#2e2a27",
"popup_border": "#f7bb6c",
"popup_highlight": "#e5a1a3",
"popup_highlight_text": "#181716",
"popup_text": "#e8d6a7",
"sidebar": "#181716",
"sidebar_text": "#d5d0c9",
"tab_background_text": "#d5d0c9",
"tab_line": "#e5a1a3",
"tab_loading": "#e5a1a3",
"tab_text": "#d5d0c9",
"toolbar": "#2e2a27",
"toolbar_field": "#181716",
"toolbar_field_border_focus": "#e5a1a3",
"toolbar_field_highlight": "#f1d090",
"toolbar_field_highlight_text": "#181617",
"toolbar_field_text": "#d5d0c9",
"toolbar_vertical_separator": "#73665b"
},
"properties": {
"color_scheme": "dark"
}
}
}