Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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