Convert a VS Code generated theme to Windows Terminal scheme
- Open the Command Pallete in VS Code (Ctrl+Shift+P)
- Find and execute the "Generate Color Theme from Current Settings" command
- Save the JSON file
- Run
npx vs-code-to-windows-terminal-scheme -n "Your theme's name" -s "/path/to/file"
Options
Flag | Alias |
---|---|
--name, | -n |
--source, | -s |