Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
VS Code theme based on hyper-snazzy with bright colors
- Host: GitHub
- URL: https://github.com/instaatze/vscode-snazzy
- Owner: instaatze
- License: mit
- Created: 2017-04-23T15:58:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T19:27:23.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T16:53:35.682Z (6 months ago)
- Topics: bright-colors, color-scheme, editor, snazzy, theme, visual-studio-code, vscode, vscode-extension, vscode-snazzy, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy
- Size: 1.27 MB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!**