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

Maple Theme

subframe7536

|
8,155 installs
| (2) | Free
Maple theme for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Maple Dark Theme for VSCode

A colorful VSCode theme, support light or dark mode, with medium brightness and low saturation.

  • Font: Maple Mono
  • Icon: Catppuccin Icons for VSCode
  • UI: Custom UI Style
  • Terminal: PowerShell + Starship

Features

  • Underline style function parameters
  • Italic style keywords
  • Different color on types
  • Alternative color for some keywords, like export / null / !important

JetBrains IDE Color Scheme

https://github.com/subframe7536/vscode-theme-maple/releases/tag/v0.7.0

Italic Style On Keywords

If you just want the italic style on keywords like the theme do, just add this snippet into your settings.json

{
  // existing settings...
  "editor.semanticTokenColorCustomizations": {
    "rules": {
      "interface": {
        "italic": true
      },
      "selfParameter": {
        "italic": true
      },
      "keyword": {
        "italic": true
      },
      "*.static": {
        "italic": true
      }
    }
  },
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          "constant.language.undefined",
          "constant.language.null",
          "constant.language.nullptr",
          "meta.type keyword.operator.expression.typeof",
          "meta.type keyword.operator.expression.keyof",
          "keyword.control",
          "keyword.function",
          "keyword.operator.new",
          "keyword.operator.borrow.and.rust",
          "storage.type",
          "storage.modifier",
          "variable.language.this",
          "markup.italic"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      }
    ]
  }
}

Credit

  • Design inspiration: moegi
  • Project structure: vitesse
  • Type check: dracula

License

MIT

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