Skip to content

Instantly share code, notes, and snippets.

@JHWelch
Created February 7, 2021 20:05
Show Gist options
  • Select an option

  • Save JHWelch/0c02c999bd3b4eb1ce9dc81157c44cf7 to your computer and use it in GitHub Desktop.

Select an option

Save JHWelch/0c02c999bd3b4eb1ce9dc81157c44cf7 to your computer and use it in GitHub Desktop.
Auto Switch Dark/Light theme VSCode
// Settings.json
{
// ...
"window.autoDetectColorScheme": true,
"workbench.preferredDarkColorTheme": "Dracula Pro", // Dark Theme
"workbench.preferredLightColorTheme": "Atom One Light", // Light Theme
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment