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

Mojito Theme

mishatoshi

|
39 installs
| (0) | Free
Sometimes, all you need is Mojito Theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sometimes, all you need is Mojito Theme

Getting started

You can install this awesome theme through the Visual Studio Code Marketplace.

Installation

Launch Quick Open:

  • Linux Ctrl+P
  • macOS ⌘P
  • Windows Ctrl+P

Paste the following command and press Enter:

ext install Mojito Theme

And pick the one by mishatoshi as author.

Override theme colors

You can override the Mojito Theme and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the relative section on the VS Code documentation.

Color Scheme override

Basic example

"editor.tokenColorCustomizations": {
    "[Mojito Theme]": {
        "comments": "#4DB6AC"
    }
},

Advanced example

"editor.tokenColorCustomizations": {
    "[Mojito Theme]": {
        "textMateRules": [
            {
                "scope": [
                    "comment",
                    "comment punctuation.definition.comment"
                ],
                "settings": {
                    "foreground": "#4DB6AC"
                }
            }
        ]
    },
},

"workbench.colorCustomizations": {
  "[Mojito Theme]": {
    "editorIndentGuide.activeBackground": "#AED581"
  }
},
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft