Monochrome Dew

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

More languages

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:
Not affiliated with or endorsed by either project.
License
MIT © odradekk