Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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