A theme extension for Visual Studio Code.
See CHANGELOG.md
- Mainly focused on Node.js, HTML5 / CSS / JS (TS) development.
- Follows common textmate tokens (such as
entity.name.type
,entity.name.function
,variable.property
...) so try it on any languages and report issues on the GitHub repo. - Any suggestions/contributions are welcomed!
- When installation completes, select dark-solarin-3 as your color theme (Preferences → Workbench: Color Theme → dark-solarin-3)
- If you want to customize on top of this theme, use vscode's color customization feature.
- If you want an easy way to create your own theme, use vscode theme studio. Be sure to check out the FAQ section there so you can publish your theme.
- I recommend first pushing all code to a public GitHub repository.
- Follow these steps for publishing your theme using the vsce command line tool (short for "Visual Studio Code Extensions").
Enjoy!