{"id":13478490,"url":"https://github.com/instaatze/vscode-snazzy","last_synced_at":"2026-02-28T13:32:09.983Z","repository":{"id":158941317,"uuid":"89154094","full_name":"instaatze/vscode-snazzy","owner":"instaatze","description":"VS Code theme based on hyper-snazzy with bright colors","archived":false,"fork":false,"pushed_at":"2018-02-18T19:27:23.000Z","size":1328,"stargazers_count":23,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-12T23:42:43.824Z","etag":null,"topics":["bright-colors","color-scheme","editor","snazzy","theme","visual-studio-code","vscode","vscode-extension","vscode-snazzy","vscode-theme"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instaatze.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-04-23T15:58:27.000Z","updated_at":"2025-04-17T19:43:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee423545-251b-455b-a900-f6016627c884","html_url":"https://github.com/instaatze/vscode-snazzy","commit_stats":null,"previous_names":["alexanderbast/vscode-snazzy"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/instaatze/vscode-snazzy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instaatze%2Fvscode-snazzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instaatze%2Fvscode-snazzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instaatze%2Fvscode-snazzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instaatze%2Fvscode-snazzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instaatze","download_url":"https://codeload.github.com/instaatze/vscode-snazzy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instaatze%2Fvscode-snazzy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29935363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:16:57.922Z","status":"ssl_error","status_checked_at":"2026-02-28T13:11:15.149Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bright-colors","color-scheme","editor","snazzy","theme","visual-studio-code","vscode","vscode-extension","vscode-snazzy","vscode-theme"],"created_at":"2024-07-31T16:01:57.776Z","updated_at":"2026-02-28T13:32:09.928Z","avatar_url":"https://github.com/instaatze.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# vscode-snazzy \u0026middot; [![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)\n\n\u003e VS Code theme based on hyper-snazzy with bright colors\n\n![](https://raw.githubusercontent.com/alexanderbast/vscode-snazzy/master/sample.jpg)\n\n## About\n\nThe original.\nVisual Studio Code theme based on hyper-snazzy colors from [Sindre Sorhus](https://github.com/sindresorhus).\n\nTested with the following languages:\n\n- HTML, XML, XSLT, JSX\n- CSS, LESS, SCSS\n- Javascript, CoffeeScript, Typescript\n- C \u0026 C++\n- C#\n- Java\n- Python\n- Ruby\n- PHP\n- Markdown\n- JSON\n- INI, YAML\n- SQL (as far as VS Code supports it)\n\nOther languages have syntax highlighting too, it's just not guaranteed to be semantic (feel free to give feedback!).\nThe theme also includes workbench theming, while trying to keep the default VS Code look and feel.\n\n## Install\n\nThis theme is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy).\n\nIt can be installed by the shortcut `⌘P` and typing `ext install snazzy theme` or by the shortcut `⇧⌘X` and typing `snazzy theme`.\n\nAlternately, you can download the bundled VSIX file and install it through the extensions section in VS Code.\n\nTo override certain colors of this theme you can put the following in your settings:\n```\n\"editor.tokenColorCustomizations\": {\n    \"[Snazzy]\": {\n        // customizations\n    }\n},\n```\n\n## Related\n\n- [VS Code](https://github.com/Microsoft/vscode) - Editor\n- [hyper-snazzy](https://github.com/sindresorhus/hyper-snazzy) - Colors\n\n## License\n\nMIT © 2017 [Alexander Bast](https://github.com/alexanderbast)\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstaatze%2Fvscode-snazzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstaatze%2Fvscode-snazzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstaatze%2Fvscode-snazzy/lists"}