Yet another dark syntax theme extension for Visual Studio Code inspired by Darcula theme from Jetbrains IDE.
- JavaScript(ES6), JSX, React/React Native, Vue.
- Markup: HTML, Markdown(.md).
- CSS.
Find the theme on marketplace here or fire up the command palette with Ctrl + Shift + P and enter:
ext install amphirion-theme
Some semantic meaning is intended for colors to help easily read code. They are documented here for reference.
- Green: Strings
- Orange:
- Bold: Language keyword, boolean
- Blue:
- Bold: Number
- Light: Property name
- Markup headers
- Support function name
- Olive: length unit, property-value
- CSS: font name const
- Yellow: function name
- Light gray:
- Italic: inherited classes
- Other.
- Gray: comments
Scope docs: https://www.sublimetext.com/docs/3/scope_naming.html
Found an issue with the theme? Feel free to report an issue.
Enjoy!