Minimal dark syntax theme for VS Code
https://marketplace.visualstudio.com/items?itemName=exler.after-sunset-theme
| .github/workflows | ||
| .vscode | ||
| assets | ||
| themes | ||
| .gitignore | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Minimal dark syntax theme for VS Code
Installation
- Go to Extensions
- Search for
After Sunset Themeand install - Go to
Preferences > Color Themeand choose After Sunset Theme as the color theme
Development
- Press
F5to open a new window with your extension loaded. - Open
File > Preferences > Color Themesand pick your color theme. - Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the
Developer: Inspect Editor Tokens and Scopescommand from the Command Palette (Ctrl+Shift+PorCmd+Shift+Pon Mac).
License
after-sunset-vscode is under the terms of the MIT License, following all clarifications stated in the license file.