Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavebeem/sage-of-light-vscode
Light VS Code theme with a variety of colors
https://github.com/wavebeem/sage-of-light-vscode
Last synced: about 1 month ago
JSON representation
Light VS Code theme with a variety of colors
- Host: GitHub
- URL: https://github.com/wavebeem/sage-of-light-vscode
- Owner: wavebeem
- License: mit
- Created: 2024-05-15T23:28:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T06:34:45.000Z (6 months ago)
- Last Synced: 2024-11-30T21:34:14.233Z (about 1 month ago)
- Language: TypeScript
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sage of Light Theme
> For Visual Studio Code
A light theme based on teal, purple, orange, and green.
Designed to be used in a well-lit environment.
![](img/screenshot.png)
## License
[MIT](LICENSE)
---
## Development
### Get a new personal access token (PAT)
https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token
### Azure DevOps organization
https://wavebeem.visualstudio.com/
### Releasing a new version
```
$ npm version X.Y.Z
```If this fails, you can run `npm run postversion` again