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

Simple Dark Theme

manutero

|
12,687 installs
| (2) | Free
Color theme for VSCode that follows the KISS principle
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simple Dark Theme

Fork from the VSCode's default dark theme but customized for simplification

Theme

  • Text (default color): #E7E7E7 almost white

  • Background: #151516 almost black

  • Keywords: #B3DD9D green

  • Operators: #8D8D8D dark grey

  • Functions: #9CDCFE light blue

  • Classes: #FFB1FB pink

  • Strings: #D7BA7D light orange

  • Errors: #F44747 red

Customization

    "workbench.colorCustomizations": {
        "[Simple Dark Theme]": {
        }
    },
    "editor.tokenColorCustomizations": {
        "[Simple Dark Theme]": {
        }
    },

Publishing

 $> vsce package
 $> vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft