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