Overview Version History Q & A Rating & Review
Mojito Theme Collection for Visual Studio Code
🍸 Five beautiful dark themes for comfortable work. Choose your dark theme:
Mojito Theme
Mojito Juicy Mint Theme
Mojito Blue Ocean Theme
Mojito Dark Theme
Mojito Deep Purple Theme
Getting started
You can install this awesome theme through the Visual Studio Code Marketplace .
Installation
Launch Quick Open :
Linux Ctrl+P
Mac OS ⌘P
Windows Ctrl+P
Paste the following command and press Enter
:
ext install Mojito Theme Collection
And pick the one by mishatoshi as author.
Then select a theme :
Mojito Theme
Mojito Juicy Mint Theme
Mojito Blue Ocean Theme
Mojito Dark Theme
Mojito Deep Purple Theme
Override theme colors
You can override the Mojito Theme Collection 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": "#3EA89F"
}
},
Advanced example
"editor.tokenColorCustomizations": {
"[Mojito Theme]": {
"textMateRules": [
{
"scope": [
"comment",
"comment punctuation.definition.comment"
],
"settings": {
"foreground": "#3EA89F"
}
}
]
},
},
"workbench.colorCustomizations": {
"[Mojito Theme]": {
"editorIndentGuide.activeBackground1": "#B2E26A"
}
},
Other versions
License
MIT License
Don’t worry, be happy😍