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

Sakai Theme

Sakai

|
37 installs
| (1) | Free
| Sponsor
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sakai for VSCode

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

  1. Open VSCode
  2. Search for Sakai Theme in extensions
  3. Install the theme and choose your variant in Preferences: Color theme
  4. Optionally enable the included icon theme in Preferences: File Icon Theme

Gallery

Font used is JetBrains

Sakai Theme

Disable italics

Add this snippet to your settings.json to disable italics for Sakai Theme

"editor.tokenColorCustomizations": {
  "[Sakai Theme*]": {
    "textMateRules": [
      {
        "scope": [
          "comment",
          "entity.other.attribute-name",
          "entity.other.inherited-class",
          "support.function",
          "variable",
          "meta.directive.vue"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft