项目作者: blake-mealey

项目描述 :
Generate Windows Terminal color schemes from your VSCode themes
高级语言: TypeScript
项目地址: git://github.com/blake-mealey/vscode-generate-wt-scheme.git
创建时间: 2020-06-02T23:13:08Z
项目社区:https://github.com/blake-mealey/vscode-generate-wt-scheme

开源协议:

下载


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.