dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d6b70d310cf3f82026fc74acc6a09e911d56f488
parent 6c68ab5d391279a936dab26af30a035d688cf835
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date:   Tue, 27 Aug 2024 20:23:10 -0400

add my dark reader configuration file

Diffstat:
ADark-Reader-Settings.json | 60++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+), 0 deletions(-)

diff --git a/Dark-Reader-Settings.json b/Dark-Reader-Settings.json @@ -0,0 +1,59 @@ +{ + "schemeVersion": 2, + "enabled": true, + "fetchNews": true, + "theme": { + "mode": 1, + "brightness": 100, + "contrast": 100, + "grayscale": 0, + "sepia": 0, + "useFont": true, + "fontFamily": "Lexend Deca", + "textStroke": 0, + "engine": "dynamicTheme", + "stylesheet": "", + "darkSchemeBackgroundColor": "#181a1b", + "darkSchemeTextColor": "#e8e6e3", + "lightSchemeBackgroundColor": "#dcdad7", + "lightSchemeTextColor": "#181a1b", + "scrollbarColor": "auto", + "selectionColor": "auto", + "styleSystemControls": false, + "lightColorScheme": "Default", + "darkColorScheme": "Default", + "immediateModify": false + }, + "presets": [], + "customThemes": [], + "enabledByDefault": true, + "enabledFor": [ + "search.brave.com" + ], + "disabledFor": [], + "changeBrowserTheme": false, + "syncSettings": true, + "syncSitesFixes": false, + "automation": { + "enabled": false, + "mode": "", + "behavior": "OnOff" + }, + "time": { + "activation": "18:00", + "deactivation": "9:00" + }, + "location": { + "latitude": null, + "longitude": null + }, + "previewNewDesign": false, + "previewNewestDesign": false, + "enableForPDF": true, + "enableForProtectedPages": false, + "enableContextMenus": false, + "detectDarkTheme": false, + "displayedNews": [ + "thanks-2023" + ] +} +\ No newline at end of file