Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Monokai 000New to Visual Studio Code? Get it now.
Monokai 000

Monokai 000

thekevcoder

|
173 installs
| (0) | Free
A very dark and vibrant Monokai based theme.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
  • 🌙 Dark (000) and vibrant theme

This extensions is a fork form Monokai Vibrant.

  • Differences compared to Monokai Vibrant are shown below:
    1. Complete dark mode. Background color is #000
    2. Higher contrast on what tab is being used
    3. Higher contrast when a tab is not saved.

Install

  1. Open the Extensions sidebar in VS Code.
  2. Search for Monokai [#000](https://github.com/KevinDLopez/monokai-000/issues/000).
  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 disabled them.

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "Monokai Vibrant - No Italics",
      "scope": [
        "comment",
        "string.comment",
        "variable.language",
        "keyword",
        "storage",
        "variable.parameter"
      ],
      "settings": {
        "fontStyle": ""
      }
    }
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft