Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Dark LavenderNew to Visual Studio Code? Get it now.
Dark Lavender

Dark Lavender

t7yang

|
7,331 installs
| (6) | Free
A smooth and nice dark theme for VSCode with material design colors.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dark Lavender

Dark Lavender is a beautiful dark theme with material design colors for Visual Studio Code not just for eye candy but very useful for developers, especially novice programmers.

Key Features

  • Beautiful dark theme with Material Design Color Palette.
  • Meaningful color and font style for language tokens (see below).
  • Support many popular languages.
  • Keep the theme up-to-date, and also support many sections like command center, git, and terminal, this makes the whole UI design consistent.

Screenshot

dark-lavender-screenshot

Customize

If you love this theme, but just want to do a little tweak?

  • Customizing a Color Theme
  • VSLook

Said if you want a lighter editor background color, you can add this to your VSCode setting file:

{
  "workbench.colorCustomizations": {
    "[Dark Lavender]": {
      "editor.background": "#263238"
    }
  }
}

Theme can help

Dark Lavender give each group of token a significant color or font style to help you recognize them.

  • Built-in keywords, variables, function, class, ... are styled in italic.
  • Readonly variable, property, parameter, ... are styled in bold (since v5.0.0).
  • Keywords for not declaration (for, while, import, ...) are colored in purple.
  • Keywords for declaration (var, class, extends) are colored in red.
  • Functions are colored in teal.
  • Built-in and custom types are colored in yellow.
  • Variables are colored in orange, parameters have deeper orange.
  • ...

If you want to know more about Dark Lavender, please read this article.

To emphasize the effect of italic, I use Victor Mono font. If you don't like curly italic font, consider Fira Code and Jetbrain Mono. Check the Fonts section below.

dark-lavender-typescript

Other worth noting features:

  • Beautiful colors based on Material Design.
  • Rainbow colors for JSON depend on the level.
  • Support popular languages based on Github stats.
  • Support 3 kinds of background colors from black to cool grey.

Special Thanks

  • material-colors-ts
  • VSCode Typed Theme Generator - create a VSCode theme with TypeScript.

References

Colors and VSCode Theme

  • Material Design Color
  • TailwindCSS Color Palette
  • VSCode Theme Color
  • Semantic Highlight Guide
  • Semantic Highlighting Overview
  • TypeScript VSCode Sh Plugin
  • Textmate manual

Fonts

  • Recursive Mono - most recommended.
  • FiraCode
  • JetBrains Mono
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft