Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Modern Cobalt2New to Visual Studio Code? Get it now.
Modern Cobalt2

Modern Cobalt2

kud

| (1) | Free
A modern take on the Cobalt2 colour scheme — deep navy blues with golden accents
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Modern Cobalt2

Modern Cobalt2 icon

A modern take on the Cobalt2 colour scheme for VS Code — flat deep navy with muted accents and Palenight syntax colours.

Screenshot


Palette

Role Hex
Background #062335
Widget / Input #0d2a38
Border #324858
Highlight #1d3546
Main text #d6dadd
Secondary text #abb5c7

Installation

Via Marketplace

  1. Open VS Code
  2. Cmd+Shift+X → search Modern Cobalt2
  3. Install → Cmd+Shift+P → Preferences: Color Theme → Modern Cobalt2

Via CLI

code --install-extension kud.modern-cobalt2-vscode

Recommended Settings

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

Development

npm install
npm run install-ext   # package + install locally, then reload VS Code window
npm run marketplace   # package + open marketplace upload page
npm run release:patch # bump version, commit, tag, push

License

MIT © kud

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