Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 979 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 979 Bytes

This project is now archived, since vscode provides an API for customizing themes according to the system theme.

Find an example of vscode settings below.

{
  "window.autoDetectColorScheme": true,
  "workbench.preferredDarkColorTheme": "GitHub Dark",
  "workbench.preferredLightColorTheme": "GitHub Light"
}

Theme Switcher for VS Code

ThemeSwitcher provides a shortcut to switch between a dark and light theme. Just hit CTRL+ALT+T (⌘+⌥+T) to change the current theme.

Installation

This extension can be installed from here.