https://github.com/ctf0/vscode-terminal-themes
https://github.com/ctf0/vscode-terminal-themes
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-terminal-themes
- Owner: ctf0
- License: mit
- Created: 2019-07-06T11:23:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T09:53:05.000Z (over 3 years ago)
- Last Synced: 2025-04-21T03:42:40.436Z (about 1 year ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 11
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vscode Terminal Themes
change terminal theme dependently from the main editor with ease.
- all the schemes are based off https://github.com/Glitchbone/vscode-base16-term
- for live preview check https://glitchbone.github.io/vscode-base16-term
## # Add Your Own
- fork the repo
- add your theme(s) "check other themes files for format"
- for single theme, open `themes/misc.json` and add your theme.
- for multiple themes, create a new file `themes/xxx.json` and add your themes.
- open `package.json` and add your name under `authors` & the theme(s) names under `"terminalThemes.style"[enum]`