Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Monokai Vibrant RustNew to Visual Studio Code? Get it now.
Monokai Vibrant Rust

Monokai Vibrant Rust

Dioxus Labs

|
1,108 installs
| (1) | Free
A very dark and vibrant Monokai based theme designed for Rust and Dioxus
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MONOKAI VIBRANT (Rust)

A very dark and vibrant Monokai based theme - forked and modified for Rust and Dioxus

This is a fork of s3gf4ult/monokai-vibrant with some modifications to make it work with Dioxus and Rust. We modified some colors to be better for Rust code.

Monokai Vibrant Rust Example

  • 🌙 Super dark editor color scheme
  • 🍭 Vibrant colors for better readability
  • 💻 Italicized keywords compliments "Operator Mono" or similar fonts (optional)

Install

  1. Open the Extensions sidebar in VS Code.
  2. Search for Monokai Vibrant. Choose the one by ~~s3gf4ult~~ DioxusLabs
  3. Click the Install button
  4. Go to Preferences ‣ Color Theme ‣ Monokai Vibrant (Rust)

Disable Italics

If you are not using a font that does not support italics, you can add this to your settings.json to disable them.

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "Monokai Vibrant - No Italics",
      "scope": [
        "comment",
        "string.comment",
        "variable.language",
        "keyword",
        "storage",
        "variable.parameter"
      ],
      "settings": {
        "fontStyle": ""
      }
    }
  ]
}

Extras

A long-term goal of this project is to provide color schemes for other popular applications in the /extras folder. A vim/nvim theme would be greatly appreciated if anyone is interested in contributing.


Don't forget to leave a review on the marketplace! Enjoy!

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