Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavebeem/four-sages-vscode
a VS Code dark theme featuring green, teal, orange, and purple
https://github.com/wavebeem/four-sages-vscode
Last synced: 18 days ago
JSON representation
a VS Code dark theme featuring green, teal, orange, and purple
- Host: GitHub
- URL: https://github.com/wavebeem/four-sages-vscode
- Owner: wavebeem
- License: mit
- Created: 2024-05-15T05:20:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T05:57:42.000Z (7 months ago)
- Last Synced: 2024-11-30T21:34:06.950Z (23 days ago)
- Language: TypeScript
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Four Sages Theme
> For Visual Studio Code
A dark theme with green, teal, purple, and orange!
![](img/screenshot.webp)
## 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