-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDark-Reader-Settings.json
47 lines (47 loc) · 1.17 KB
/
Dark-Reader-Settings.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
{
"applyToListedOnly": false,
"automation": {
"enabled": true,
"mode": "system",
"behavior": "OnOff"
},
"changeBrowserTheme": false,
"customThemes": [],
"enableForPDF": true,
"enableForProtectedPages": false,
"enabled": true,
"location": {
"latitude": null,
"longitude": null
},
"notifyOfNews": false,
"presets": [],
"previewNewDesign": true,
"siteList": [],
"siteListEnabled": [],
"syncSettings": true,
"syncSitesFixes": false,
"theme": {
"mode": 1,
"brightness": 100,
"contrast": 100,
"grayscale": 0,
"sepia": 0,
"useFont": false,
"fontFamily": "Helvetica Neue",
"textStroke": 0,
"engine": "dynamicTheme",
"stylesheet": "",
"darkSchemeBackgroundColor": "#191724",
"darkSchemeTextColor": "#e0def4",
"lightSchemeBackgroundColor": "#faf4ed",
"lightSchemeTextColor": "#575279",
"scrollbarColor": "auto",
"selectionColor": "#c4a7e7",
"styleSystemControls": true
},
"time": {
"activation": "18:00",
"deactivation": "9:00"
}
}