Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kachick/convert-color-json-between-windows-terminal-and-vscode
Use same color in Visual Studio Code terminal and Windows Terminal.
https://github.com/kachick/convert-color-json-between-windows-terminal-and-vscode
color-scheme json visual-studio-code vscode windows-terminal
Last synced: 2 months ago
JSON representation
Use same color in Visual Studio Code terminal and Windows Terminal.
- Host: GitHub
- URL: https://github.com/kachick/convert-color-json-between-windows-terminal-and-vscode
- Owner: kachick
- License: mit
- Created: 2022-05-22T13:41:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T01:44:07.000Z (9 months ago)
- Last Synced: 2024-04-08T02:48:53.549Z (9 months ago)
- Topics: color-scheme, json, visual-studio-code, vscode, windows-terminal
- Language: TypeScript
- Homepage: https://color-json-terminal-and-vscode.web.app/
- Size: 786 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# convert-color-json-between-windows-terminal-and-vscode
[https://color-json-terminal-and-vscode.web.app/](https://color-json-terminal-and-vscode.web.app/)
- _**This repository is archived**_
- _**No longer maintained**_Use same color in Visual Studio Code terminal and Windows Terminal.
Both has similar JSON, however having different keys. Manually copying and pasting are annoy task.
This site just converts them.e.g
```json
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
}
```Paste this.
Or whole JSON of your WindowsTerminal config## License
MIT License
[Kenichi Kamiya](https://github.com/kachick)