Skip to content

blake-mealey/vscode-generate-wt-scheme

Repository files navigation

Generate Windows Terminal Scheme

Provides a command to generate a Windows Terminal color scheme from your currently active VSCode color theme, to enable easily matching WT with VSCode for beautiful dev environments.

Result

Using the Night Owl theme

Usage

First, run the Generate Windows Terminal Scheme command:

Command

You will be prompted to enter the theme name because unfortunately at this time there is no VSCode API to get the name of the current active theme (if you know of one, please let me know!).

Once it completes, the result will be automatically copied to your clipboard.

Now open your WT settings file (Ctrl+, in WT by default), and paste the JSON into the schemes array.

See the docs for more info on using WT color schemes.