Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Monochrome DewNew to Visual Studio Code? Get it now.
Monochrome Dew

Monochrome Dew

odradekk

|
11 installs
| (0) | Free
Monochrome Dark with restrained blue and pink-gray accents — like morning dew on gray stone. Refined syntax highlighting for C#, C++, Rust, Python, Markdown, JSON/TOML/YAML, HTML/CSS.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Monochrome Dew

Version VS Marketplace Open VSX License GitHub stars

A dark VS Code theme that extends Monochrome Dark with restrained blue and pink-gray accents — like morning dew on a gray stone.


Preview

Rust C++ C# Python Markdown

More languages

JSON TOML YAML HTML CSS


Design

Three color families on a near-black base (#18181c):

Role Color Used for
Structure blue #6a7d99 → #c8cdd6 keywords, types, functions, modules
Data pink-gray #907a82 → #baa0a6 strings, numbers, constants
Neutral gray #555555 → #aaaaaa variables, operators, comments

Both accent families sit at ~15% saturation, reading as "tinted gray" rather than color — quiet semantic hints, not decoration.


Language Support

Fine-grained scope rules and semantic token colors for:

  • C# — LINQ, attributes, XML doc comments, access modifier tiers
  • C++ — templates, constexpr hierarchy, operator overloads, preprocessor
  • Rust — traits, lifetimes, macros, unsafe, mutable variable distinction
  • Python — decorators, f-strings, docstrings, self/cls, type hints
  • Markdown — H1-H6 blue hierarchy, dimmed markers
  • JSON / TOML / YAML — key vs. value separation
  • HTML / CSS — tag/attribute/property tiers

Installation

VS Code Marketplace

Extensions panel → search Monochrome Dew → Install.

Open VSX (Cursor, VSCodium, Gitpod)

ovsx install odradekk.monochrome-dew

Manual (.vsix)

Download from Releases:

code --install-extension monochrome-dew-1.0.1.vsix

Recommended Settings

{
    "editor.fontFamily": "'Iosevka', 'JetBrains Mono', monospace",
    "editor.fontLigatures": true,
    "editor.bracketPairColorization.enabled": false,
    "editor.guides.bracketPairs": false,
    "editor.semanticHighlighting.enabled": true
}

Credits

Built on the shoulders of:

  • Monochrome — base UI palette and color philosophy
  • eppz! Code — C# scope matching patterns

Not affiliated with or endorsed by either project.


License

MIT © odradekk

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