Skip to content

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

License

Notifications You must be signed in to change notification settings

subframe7536/vscode-theme-maple

Repository files navigation

Maple Dark Theme for VSCode

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

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.borrow.and.rust",
          "storage.type",
          "storage.modifier",
          "variable.language.this",
          "markup.italic"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      }
    ]
  }
}

Credit

License

MIT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published