https://github.com/blake-mealey/vscode-generate-wt-scheme
Generate Windows Terminal color schemes from your VSCode themes
https://github.com/blake-mealey/vscode-generate-wt-scheme
color-scheme theme vscode windows-terminal
Last synced: 4 months ago
JSON representation
Generate Windows Terminal color schemes from your VSCode themes
- Host: GitHub
- URL: https://github.com/blake-mealey/vscode-generate-wt-scheme
- Owner: blake-mealey
- Created: 2020-06-02T23:13:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T20:04:38.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:18:10.112Z (8 months ago)
- Topics: color-scheme, theme, vscode, windows-terminal
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=blake-mealey.generate-wt-scheme
- Size: 521 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- jimsghstars - blake-mealey/vscode-generate-wt-scheme - Generate Windows Terminal color schemes from your VSCode themes (TypeScript)
README
# 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.
_Using the [Night Owl](https://marketplace.visualstudio.com/items?itemName=sdras.night-owl) theme_
## Usage
First, run the `Generate Windows Terminal Scheme` 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](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes)
for more info on using WT color schemes.