Tomorrow Night Rusty
Dark VSCode theme inspired by Rust docs (https://doc.rust-lang.org/book/). Looks similar to Microsoft's Tomorrow Night with some modifications.

Installation
- Open the Extensions sidebar in VS Code.
View → Extensions
- Search for
Tomorrow Night Rusty , choose "Tomorrow Night Rusty"
- Click Install to install it
- Navigate to File > Preferences > Themes > Color Theme > Tomorrow Night Rusty
Add this line to your settings.json for better syntax highlighting: Ctrl + Shift + P > Preferences: Open User Settings (JSON)
"editor.semanticHighlighting.enabled": true,
| |