Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instaatze/vscode-snazzy

VS Code theme based on hyper-snazzy with bright colors
https://github.com/instaatze/vscode-snazzy

bright-colors color-scheme editor snazzy theme visual-studio-code vscode vscode-extension vscode-snazzy vscode-theme

Last synced: about 2 months ago
JSON representation

VS Code theme based on hyper-snazzy with bright colors

Awesome Lists containing this project

README

        

# vscode-snazzy · [![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/alexanderbast.vscode-snazzy.svg)](https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy) [![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs/alexanderbast.vscode-snazzy.svg)](https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy) [![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/rating-short/alexanderbast.vscode-snazzy.svg)](https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/alexanderbast/vscode-snazzy/master/LICENSE)

> VS Code theme based on hyper-snazzy with bright colors

![](https://raw.githubusercontent.com/alexanderbast/vscode-snazzy/master/sample.jpg)

## About

The original.
Visual Studio Code theme based on hyper-snazzy colors from [Sindre Sorhus](https://github.com/sindresorhus).

Tested with the following languages:

- HTML, XML, XSLT, JSX
- CSS, LESS, SCSS
- Javascript, CoffeeScript, Typescript
- C & C++
- C#
- Java
- Python
- Ruby
- PHP
- Markdown
- JSON
- INI, YAML
- SQL (as far as VS Code supports it)

Other languages have syntax highlighting too, it's just not guaranteed to be semantic (feel free to give feedback!).
The theme also includes workbench theming, while trying to keep the default VS Code look and feel.

## Install

This theme is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy).

It can be installed by the shortcut `⌘P` and typing `ext install snazzy theme` or by the shortcut `⇧⌘X` and typing `snazzy theme`.

Alternately, you can download the bundled VSIX file and install it through the extensions section in VS Code.

To override certain colors of this theme you can put the following in your settings:
```
"editor.tokenColorCustomizations": {
"[Snazzy]": {
// customizations
}
},
```

## Related

- [VS Code](https://github.com/Microsoft/vscode) - Editor
- [hyper-snazzy](https://github.com/sindresorhus/hyper-snazzy) - Colors

## License

MIT © 2017 [Alexander Bast](https://github.com/alexanderbast)

**Enjoy!**