Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Rust Industrial ThemeNew to Visual Studio Code? Get it now.
Rust Industrial Theme

Rust Industrial Theme

Duzim

|
3 installs
| (0) | Free
Theme focused on Rust's official identity.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rust Industrial Theme for VS Code

Version Installs License

A meticulously designed color palette for Rust developers. Inspired by industrial aesthetics and the language's official branding, it is engineered to reduce visual fatigue during long backend coding sessions.

The Rust Industrial theme doesn't just change your editor's colors; it understands your code's semantics, highlighting lifetimes, macros, and mutability intelligently.


Screenshots

Dark Mode Light Mode
Dark Mode Demo Light Mode Demo

Key Features

  • 🌓 Dark and Light Mode Support: Seamless switching if you use the OS's Auto Detect Color Scheme feature.
  • 🔬 Deep Semantic Highlighting: Built to shine with rust-analyzer.
    • Mutable Variables: Instantly underlined in rust orange so you never lose track of state (let mut x).
    • Lifetimes ('a): Highlighted in italic with a contrasting metallic color.
    • Macros (println!): Styled in bold to clearly distinguish them from standard functions.
  • 📦 Optimized TOML Support: Custom colors for your Cargo.toml (Best used with the Even Better TOML extension).
  • 🖥️ Customized Integrated Terminal: cargo run and cargo check output respects the theme's palette.

Installation

Via Marketplace (Recommended)

  1. Open VS Code.
  2. Go to the Extensions tab (Ctrl+Shift+X or Cmd+Shift+X).
  3. Search for Rust Industrial Theme.
  4. Click Install.
  5. Press Ctrl+K followed by Ctrl+T and select Rust Industrial Dark or Light.

Manual Installation (.vsix)

If you downloaded the .vsix file directly:

  1. Go to the Extensions tab.
  2. Click the three dots ... in the top right corner.
  3. Select "Install from VSIX..." and choose the downloaded file.

Recommended Settings

To extract 100% of the power of this theme (especially the mutable variable underlining and lifetime highlighting), you must have the official rust-analyzer extension installed and semantic highlighting enabled.

Add the following snippet to your user settings.json:

{
  // Enables VS Code's intelligent code reading
  "editor.semanticHighlighting.enabled": true,

  // (Optional) Uses official fonts with ligatures
  "editor.fontFamily": "'Fira Code', 'Cascadia Code', Consolas, monospace",
  "editor.fontLigatures": true
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft