-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dark-Reader-Settings.json
129 lines (129 loc) · 3.48 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"schemeVersion": 2,
<<<<<<< Updated upstream
"enabled": true,
=======
"enabled": false,
>>>>>>> Stashed changes
"fetchNews": false,
"theme": {
"mode": 1,
"brightness": 100,
"contrast": 100,
"grayscale": 10,
"sepia": 0,
"useFont": true,
"fontFamily": "Inter",
"textStroke": 0,
"engine": "dynamicTheme",
"stylesheet": "",
"darkSchemeBackgroundColor": "#282b36",
"darkSchemeTextColor": "#e8e6e3",
"lightSchemeBackgroundColor": "#dcdad7",
"lightSchemeTextColor": "#181a1b",
"scrollbarColor": "auto",
"selectionColor": "auto",
"styleSystemControls": false,
"lightColorScheme": "Default",
"darkColorScheme": "Dracula",
"immediateModify": false
},
"presets": [],
<<<<<<< Updated upstream
"customThemes": [],
"enabledByDefault": true,
"enabledFor": [
"stackoverflow.com",
"thundie.wordpress.com",
"nekosdrama.wordpress.com",
"old.reddit.com"
],
"disabledFor": [],
=======
"customThemes": [
{
"theme": {
"mode": 1,
"brightness": 100,
"contrast": 100,
"grayscale": 10,
"sepia": 0,
"useFont": true,
"fontFamily": "SF Pro Text",
"textStroke": 0,
"engine": "staticTheme",
"stylesheet": "",
"darkSchemeBackgroundColor": "#181a1b",
"darkSchemeTextColor": "#e8e6e3",
"lightSchemeBackgroundColor": "#dcdad7",
"lightSchemeTextColor": "#181a1b",
"scrollbarColor": "auto",
"selectionColor": "auto",
"styleSystemControls": false,
"lightColorScheme": "Default",
"darkColorScheme": "Default",
"immediateModify": false
},
"url": [
"ticktick.com"
]
}
],
"enabledByDefault": true,
"enabledFor": [],
"disabledFor": [
"mail.google.com",
"outlook.office.com",
"app.powerbi.com",
"sp79w0294g.sg.hpicorp.net",
"sg.mysunnystep.com",
"hp-my.sharepoint.com",
"hp.sharepoint.com",
"hp.zoom.us",
"www.m1.com.sg",
"todoist.com",
"localhost:26769",
"directoryworks.hpicorp.net",
"elt.oup.com",
"wordfinder.yourdictionary.com",
"s74w0272.my.hpicorp.net",
"stackoverflow.hp.dev",
"s74w0273.my.hpicorp.net",
"www.alsagoff.edu.sg",
"sms.learnislam.sg",
"gw2.mcpayment.net",
"content-na2prd0004-na2hp.sabacloud.com",
"hpi.sabacloud.com",
"docs.google.com",
"login.external.hp.com",
"epam-prod.corp.hpicloud.net"
],
>>>>>>> Stashed changes
"changeBrowserTheme": false,
"syncSettings": true,
"syncSitesFixes": true,
"automation": {
"behavior": "OnOff",
"enabled": true,
"mode": "system"
},
"time": {
"activation": "18:00",
"deactivation": "9:00"
},
"location": {
"latitude": null,
"longitude": null
},
"previewNewDesign": true,
"enableForPDF": true,
"enableForProtectedPages": false,
"enableContextMenus": false,
"detectDarkTheme": true,
"displayedNews": [
"news-2023"
],
"readNews": [
"news-2023"
]
}