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

joey

xshapira

|
902 installs
| (7) | Free
A minimal theme to code with joy and focus
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

joey

icon

A minimal theme to code with joy and focus.

  • [x] Eye-friendly highlighting
  • [x] Optimized for focus
  • [x] Support for Python syntax

joey-theme-snap

joey-theme-snap-2

joey-theme-snap-2

Font Styles

This theme generally avoids applying italic and bold styling by default, giving users the freedom to personalize their look. But, for better experience, the theme does apply italic and bold styling to emphasize certain Python keywords.

If you wish to use the other italic/bold stylings for greater readability, add the following to your settings.json :

 "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "name": "italics & bold",
        "scope": [
          //following will be in italic bold
          "keyword", //import, export, return…
          "keyword.control.flow",
          "storage.modifier", //static keyword
          "storage.type"
        ],
        "settings": {
          "fontStyle": "italic bold"
        }
      },
      {
        "name": "No italics",
        "scope": ["comment", "keyword.operator", "keyword.key"],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  },

In preview

The font in preview is MonoLisa.

Other

This theme is a next-level version of shaodahong's fantastic bear theme, now improved and updated to offer even more to your productivity.

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