Skip to content

Instantly share code, notes, and snippets.

@nascarsayan
Created November 23, 2021 14:38
Show Gist options
  • Save nascarsayan/022d477d2d4590a0e73b455760e29376 to your computer and use it in GitHub Desktop.
Save nascarsayan/022d477d2d4590a0e73b455760e29376 to your computer and use it in GitHub Desktop.
Dark Reader Settings
{
"enabled": true,
"fetchNews": true,
"theme": {
"mode": 1,
"brightness": 100,
"contrast": 100,
"grayscale": 0,
"sepia": 0,
"useFont": false,
"fontFamily": "Segoe UI",
"textStroke": 0,
"engine": "dynamicTheme",
"stylesheet": "",
"darkSchemeBackgroundColor": "#181a1b",
"darkSchemeTextColor": "#e8e6e3",
"lightSchemeBackgroundColor": "#dcdad7",
"lightSchemeTextColor": "#181a1b",
"scrollbarColor": "auto",
"selectionColor": "auto",
"styleSystemControls": true,
"lightColorScheme": "Default",
"darkColorScheme": "Default"
},
"presets": [],
"customThemes": [],
"siteList": [
"kubernetes.io",
"askubuntu.com",
"docs.projectcalico.org",
"superuser.com",
"www.digitalocean.com",
"www.padok.fr",
"jsonnet.org",
"localhost:9090",
"medium.com",
"www.reddit.com",
"www.npmjs.com",
"www.britannica.com",
"en.wikipedia.org",
"pkg.go.dev",
"myanimelist.net",
"prometheus.io",
"www.cricbuzz.com",
"scriptingosx.com",
"blog.golang.org",
"developer.mozilla.org",
"code.visualstudio.com",
"microsoft-my.sharepoint.com",
"book.kubebuilder.io",
"www.ardanlabs.com",
"segment.com",
"kubectl.docs.kubernetes.io",
"golang.org",
"cs.opensource.google",
"serverfault.com",
"www.jonathanmedd.net",
"www.metricfire.com",
"logz.io",
"helm.sh",
"learning.oreilly.com",
"www.auslogics.com",
"www.google.com",
"login.microsoftonline.com",
"msft.sts.microsoft.com",
"www.samsung.com",
"www.red-gate.com"
],
"siteListEnabled": [],
"applyToListedOnly": true,
"changeBrowserTheme": false,
"syncSettings": true,
"syncSitesFixes": false,
"automation": "",
"time": {
"activation": "18:00",
"deactivation": "9:00"
},
"location": {
"latitude": null,
"longitude": null
},
"previewNewDesign": true,
"enableForPDF": false,
"enableForProtectedPages": false,
"enableContextMenus": false,
"notifyOfNews": false,
"readNews": [
"v4-9-16",
"v4-9",
"attention",
"dr-5-announcement",
"2m-users",
"automation",
"product-hunt-golden-kitty-2018",
"time-settings",
"safari",
"500k-users",
"stylish",
"product-hunt",
"custom-site-settings",
"thanks-for-contribution",
"dynamic-theme"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment