kevlatus / vscode-theme-switcher

Hit CTRL+ALT+T (⌘+⌥+T) to toggle dark mode in Visual Studio Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=latusinski.theme-switcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hit CTRL+ALT+T (⌘+⌥+T) to toggle dark mode in Visual Studio Code.

https://marketplace.visualstudio.com/items?itemName=latusinski.theme-switcher

License:MIT License


Languages

Language:TypeScript 78.2%Language:JavaScript 21.8%