Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>rustedNew to Visual Studio Code? Get it now.
rusted

rusted

sph1nxis

|
7 installs
| (0) | Free
A dark VS Code theme inspired by the color palette of The Rust Programming Language code snippets and rusty.nvim
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rusted

A dark VS Code theme inspired by the color palette of The Rust Programming Language code snippets and rusty.nvim.

rusted is an unofficial VS Code port with support for semantic highlighting and a wide range of programming languages.

Recommended settings

Enable semantic highlighting for best experience:

Add this line to your settings.json:

"editor.semanticHighlighting.enabled": true,

Preview

Theme Screenshot Rust

C, C++, Go, Python, TypeScript examples

C

Theme Screenshot C

C++

Theme Screenshot C++

Go

Theme Screenshot Go

Python

Theme Screenshot Python

TypeScript

Theme Screenshot TS

Installation

Instructions

VS Code Marketplace

Search: rusted

Manual installation

Download .vsix file from the latest release here

Then:

  1. Open the Extensions sidebar in VS Code: Ctrl + Shift + X
  2. Click ... → Install from VSIX...
  3. Select your downloaded .vsix file

Build from source

Dependencies: Node.js, VSCE

git clone https://github.com/sph1nxis/rusted
cd rusted
npm install
npm run build
vsce package

.vsix file will be generated.

Notes

This project is not affiliated with the Rust project or the rusty.nvim theme.

Feedback

Bug reports, suggestions, and pull requests are welcome: issue tracker

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft