Maintains similar syntax highlighting as the default Dark Modern and Dark+ themes while:
- Improving the cross-language consistency of syntax highlighting with semantic highlighting enabled
- Reducing the sharing of colors between distinctly different code elements
- Providing a more minimalistic UI with blue rather than brown undertones
In order to have consistent cross-language syntax highlighting, it is necessary to declare the language server (LSP) extension used for each programming language. This is because different LSPs tokenize and assign scope names to text differently. This theme was created using the most popular LSPs for each language:
-
Python - Pylance
-
Java - Language Support for Java
-
Scala - Metals
Other Customized File Types
- Jupyter Notebooks
- Markdown
- HTML
- JSON
- XML
- YAML
- .env - DotENV recommended for full highlighting
- .ini
- .toml
- .log
- .gradle - extension such as DotENV needed for full highlighting
- Imported libraries and modules receive a unique color rather than sharing the same color as classes
- Primitive types have a unique color to differentiate them from wrapper class objects
- Multiple colors are slightly more vibrant
- Comments are much more muted
Add consistent highlighting for:
- CSS
- SQL
- C
- C++
- JavaScript
- TypeScript
- Go
- Lua
test.md
and .env
forked from uloco/syntax-highlighting-samples for testing syntax highlighting.