Skip to content

DioxusLabs/monokai-vibrant-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published