modern-cobalt2-vscode

⚙️ Recommended Settings

Optional VS Code settings that pair well with the Modern Cobalt2 theme.

🎛️ Suggested settings

These settings are optional. They activate the theme and add a few touches that complement its look — a ligature-aware monospace font and a smooth-blinking cursor.

{
  "workbench.colorTheme": "Modern Cobalt2",
  "editor.fontFamily": "'JetBrains Mono', monospace",
  "editor.fontLigatures": true,
  "editor.cursorBlinking": "smooth"
}

Adjust editor.fontFamily to whichever font you have installed; the theme itself does not depend on any particular font.

On this page