- 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
}