Skip to content

Instantly share code, notes, and snippets.

@saiashirwad
Created September 25, 2020 00:23
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saiashirwad/1ea38fcd71b40ebb46ea7d7ef84699b5 to your computer and use it in GitHub Desktop.
Save saiashirwad/1ea38fcd71b40ebb46ea7d7ef84699b5 to your computer and use it in GitHub Desktop.
Dark Reader Chrome Settings Gruvbox
{
"applyToListedOnly": false,
"automation": "",
"changeBrowserTheme": false,
"customThemes": [
{
"url": [
"arxiv.org"
],
"theme": {
"mode": 1,
"brightness": 99,
"contrast": 91,
"grayscale": 0,
"sepia": 48,
"useFont": true,
"fontFamily": "Hack",
"textStroke": 0,
"engine": "dynamicTheme",
"stylesheet": "",
"darkSchemeBackgroundColor": "#282828",
"darkSchemeTextColor": "#ebdbb2",
"lightSchemeBackgroundColor": "#dcdad7",
"lightSchemeTextColor": "#181a1b",
"scrollbarColor": "#98971a",
"selectionColor": "#fe8019",
"styleSystemControls": true
}
}
],
"enableForPDF": true,
"enableForProtectedPages": false,
"enabled": true,
"location": {
"latitude": null,
"longitude": null
},
"notifyOfNews": false,
"presets": [],
"previewNewDesign": true,
"siteList": [
"localhost:8889",
"google.com/maps",
"bing.com",
"www.tourmyindia.com",
"sci-hub.tw",
"www.win.tue.nl",
"www.gati.com","radarr.video",
"www.linkedin.com"
],
"siteListEnabled": [],
"syncSettings": true,
"syncSitesFixes": false,
"theme": {
"mode": 1,
"brightness": 100,
"contrast": 100,
"grayscale": 0,
"sepia": 0,
"useFont": true,
"fontFamily": "Hack",
"textStroke": 0,
"engine": "dynamicTheme",
"stylesheet": "",
"darkSchemeBackgroundColor": "#282828",
"darkSchemeTextColor": "#ebdbb2",
"lightSchemeBackgroundColor": "#dcdad7",
"lightSchemeTextColor": "#181a1b",
"scrollbarColor": "#98971a",
"selectionColor": "#fe8019",
"styleSystemControls": true
},
"time": {
"activation": "18:00",
"deactivation": "9:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment