Skip to content

dylantmarsh/monokai-vibrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONOKAI VIBRANT

A very dark and vibrant Monokai based theme.

Visual Studio Marketplace Rating Visual Studio Marketplace Installs Visual Studio Marketplace Version

Monokai Vibrant JavaScript 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
  3. Click the Install button
  4. Go to Preferences ‣ Color Theme ‣ Monokai Vibrant

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