Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Snazzy PlusNew to Visual Studio Code? Get it now.
Snazzy Plus

Snazzy Plus

akarlsten

|
19,785 installs
| (3) | Free
Based on Snazzy Operator with theming for more parts of the UI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

A VS Code theme based on hyper-snazzy and vscode-snazzy-operator.

Changes compared to Aaron Thomas version are:

  • Theming for every part of the UI. If I missed anything let me know!
  • A darker yellow color (taken from Dracula, i think) as the pale yellow in the original didn't appeal to me.
  • Alternate version with italics for keywords like "this" and "class" for use with Operator/Dank Mono.
  • Alternate darker version that I've started preferring on my brighter laptop screen.

Feel free to open a Github issue for any comments/suggestions.

Snazzy Plus

snazzy-plus-preview

Snazzy Plus - Darker

snazzy-plus-dark-preview

Italics

snazzy-plus-dark-italics-preview

Customizing

If you want to customize the theme and change a specific syntax color (for example, you may find that comments are too dark) you can do this inside your settings.json file for VS Code.

An example:

"editor.tokenColorCustomizations": {
    "[Snazzy Plus - Darker]": {
      "comments": "#aaa",
    },
  },

You can also change UI elements in a similiar fashion:

"workbench.colorCustomizations": {
   "[Snazzy Plus - Darker]": {
     "sidebar.background": "#347890",
   },
 },

Intellisense should supply auto-completions for both of these.

Note that you need the exact theme name within the brackets, they are as follows:

  • Snazzy Plus
  • Snazzy Plus w/ Italics
  • Snazzy Plus - Darker
  • Snazzy Plus - Darker w/ Italics

Changes

1.3.1 - Update README with customization instructions

1.3.0 - Added variants with italic keywords for those who use Operator/Dank Mono

1.2.3 - Adjusted colors of Activity bar

1.2.2 - readme adjustments

1.2.0 - Added a darker version for those who prefer higher contrast!

1.1.0 - Initial release

Credits

  • vscode-snazzy-operator
  • vscode-snazzy
  • hyper-snazzy
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft