Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>MokkaNew to Visual Studio Code? Get it now.
Mokka

Mokka

Demenskiy

|
8,525 installs
| (6) | Free
Minimal dark theme for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mokka

Minimal dark theme for Visual Studio Code.

The idea was to create a color theme that highlights only those objects that are necessary for distinguishing and does not make the code difficult to read with unnecessary colors and highlights.

Default

Mokka default theme

Green

Mokka green theme

Blue

Mokka blue theme

Recommended settings

Font

For a better experience, use the "Cascadia Code" or "JetBrains Mono" font.

"editor.fontFamily": "Cascadia Code, JetBrains Mono, monospace",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "Cascadia Code, JetBrains Mono, monospace",

Icons

For a better experience, use the "Material Icon Theme" icons.

"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.folders.theme": "classic",
"material-icon-theme.folders.color": "#505050", // #53585c for lighten variants
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.hidesExplorerArrows": true,

Cursor

"editor.cursorStyle": "underline",
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "underline",

Interface

"workbench.editor.showIcons": false,
"breadcrumbs.icons": false,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,

Mokka default theme   Made for pleasure with love ❤️

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft