- Windows: https://github.com/AutoDarkMode/Windows-Auto-Night-Mode
- Browser: https://darkreader.org/ and click uner On/Off and enable system scheme following
- VSCode:
{
"workbench.preferredDarkColorTheme": "Dracula",
"workbench.preferredLightColorTheme": "GitHub Light",
"window.autoDetectColorScheme": true
}
- Windows Terminal: Make sure to have latest installed (not one that comes by default
"theme": "system",
"profiles":
{
"defaults": {},
"list":
{
"colorScheme":
{
"dark": "Ubuntu-ColorScheme",
"light": "One Half Light"
},
"guid": "{51855cb2-8cce-5362-8f54-464b92b32386}",
"hidden": false,
"name": "Ubuntu",
"source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc",
},
[...]