Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Dark 2026 MonokaiNew to Visual Studio Code? Get it now.
Dark 2026 Monokai

Dark 2026 Monokai

matheuslopesdev

|
7 installs
| (0) | Free
The 2026 Dark workbench with Monokai syntax colors. VS Code's new chrome, classic Monokai code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dark 2026 Monokai

VS Code's 2026 Dark workbench with Monokai syntax colors.

2026 Dark has the better UI chrome — near-black #121314 surfaces, low-contrast borders, a calm teal accent, and fully redrawn diff, peek, chat and terminal palettes. Monokai has the better code colors — pink keywords, green declarations, orange parameters, purple literals. This theme is exactly that pairing, and nothing else.

What it does

Layer Source
Workbench: sidebar, tabs, status bar, panels, terminal, editor background, gutter, cursor 2026 Dark
Syntax: keywords, types, functions, strings, numbers, comments, markup Monokai

Why it's a theme and not settings

The same result can be approximated with editor.tokenColorCustomizations in settings.json, but TextMate scope resolution picks the most specific matching selector, not the last one loaded. The default themes define narrow selectors such as storage.modifier that outrank Monokai's broader storage rule, so public and friends keep their original color no matter what order the customizations are in. Working around that takes ~170 mirrored override rules plus separate semanticTokenColorCustomizations — and it still breaks whenever either upstream theme adds a selector.

Shipping a real theme sidesteps the whole problem: one tokenColors array, no precedence contest.

Semantic highlighting is enabled, but no semanticTokenColors are defined — semantic tokens fall back to TextMate scope mapping, which is what Monokai itself does. Without that, the default semantic colors would override the Monokai palette in any language with a semantic token provider.

Install

From the Marketplace: search Dark 2026 Monokai, or

code --install-extension matheuslopesdev.dark-2026-monokai

Then Cmd+K Cmd+T and pick Dark 2026 Monokai.

Credits

Derived from two MIT-licensed themes bundled with Visual Studio Code:

  • theme-defaults (2026 Dark) — © Microsoft Corporation
  • theme-monokai — © Microsoft Corporation, based on the Monokai color scheme by Wimer Hazenberg

This extension is not affiliated with or endorsed by Microsoft.

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