Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Mgldvd ThemeNew to Visual Studio Code? Get it now.
Mgldvd Theme

Mgldvd Theme

Mgldvd

|
64 installs
| (0) | Free
A clean light VS Code theme with soft contrasts and vivid accents.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Theme - Mgldvd

Mgldvd is a clean light theme with soft contrasts and vivid accents for code readability.

Note that this theme is for both vscode and syntax.

Preview

Install:

ext install Mgldvd.mgldvd

🔗 Visual Studio Code | Marketplace

🔗 Theme Preview:

Preview


🎨 Principal Colors

Hex Use
#f0f0f0 Main background
#6e6a86 Main foreground/text
#d7827e UI accent (buttons, links)
#1187EE Keywords / primary semantic accent
#8560D7 Constants / secondary accent
#FF890C Operators / highlights
#80A339 Strings
#F51340 Functions / strong emphasis

🖼️ Screenshots

🔗 html:

html

🔗 js:

js

🔗 scss:

scss

🔗 markdown:

markdown


🚀 GitHub Release & Package Pipeline

This repository now includes two GitHub Actions workflows:

  • Package workflow: builds a .vsix artifact when a tag like v1.4.8 is pushed.
  • Release workflow: creates a GitHub Release and uploads the .vsix when a tag like v1.4.8 is pushed.

Workflow files:

  • .github/workflows/package.yml
  • .github/workflows/release.yml

Release flow

  1. Bump version in package.json
  2. Commit and push
  3. Create and push a matching tag:
git tag v1.4.8
git push origin v1.4.8

The workflow validates that tag and package.json version match.

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