Vscode theme loosely inspired by Monokai & Zenburn.
- Reduced colors.
Token colors are based on 6 token types. Reduced from token types available for language extensions.
Color | Type |
---|---|
Red, #f66 | Literal |
White, #fff | Variable & operator |
Green, #cf6 | Keyword |
Yellow, #ff6 | Function call & definition |
Orange, #fc6 | Type |
Grey, #aaa | Comment |
Black, #222 | Background |
Install from Marketplace or directly from the source code:
- Clone
- Install
vsce
- Run
./install.sh
npm install -g vsce
# Get token from https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token
vsce publish