{"id":32125050,"url":"https://github.com/srcery-colors/srcery-vscode","last_synced_at":"2026-02-19T07:01:13.976Z","repository":{"id":33711787,"uuid":"160852727","full_name":"srcery-colors/srcery-vscode","owner":"srcery-colors","description":"Srcery theme for Visual Studio Code, based on srcery-colors/srcery-vim","archived":false,"fork":false,"pushed_at":"2026-02-14T13:51:06.000Z","size":1348,"stargazers_count":33,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-14T22:14:18.130Z","etag":null,"topics":["dark-theme","hacktoberfest","themes","visual-studio-code"],"latest_commit_sha":null,"homepage":"","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/srcery-colors.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-07T17:04:24.000Z","updated_at":"2026-02-14T13:51:04.000Z","dependencies_parsed_at":"2023-12-31T18:24:43.552Z","dependency_job_id":"2582cb4e-e524-424a-81c4-3410b105b38e","html_url":"https://github.com/srcery-colors/srcery-vscode","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/srcery-colors/srcery-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcery-colors%2Fsrcery-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcery-colors%2Fsrcery-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcery-colors%2Fsrcery-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcery-colors%2Fsrcery-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srcery-colors","download_url":"https://codeload.github.com/srcery-colors/srcery-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcery-colors%2Fsrcery-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29605796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"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":["dark-theme","hacktoberfest","themes","visual-studio-code"],"created_at":"2025-10-20T22:10:41.751Z","updated_at":"2026-02-19T07:01:13.963Z","avatar_url":"https://github.com/srcery-colors.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](assets/title.png)\n\nSrcery theme for Visual Studio Code, based on\n[srcery-colors/srcery-vim](https://github.com/srcery-colors/srcery-vim)\n\n![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/srcery-colors.srcery-colors)\n![Open VSX Downloads](https://img.shields.io/open-vsx/dt/srcery-colors/srcery-colors)\n\n## Install\n\n### Microsoft marketplace\n\nSearch for the `Srcery` theme in the\n[marketplace](https://marketplace.visualstudio.com/items?itemName=srcery-colors.srcery-colors)\n\n### Open VSX\n\nSearch for the `Srcery` theme in the [registry](https://open-vsx.org/extension/srcery-colors/srcery-colors),\nwhere you can also download the vsix.\n\n\n## Screenshot (v0.3.3)\n\n### UI panels/bars\n\nThis code is from the neovim-qt project.\n\n![Screenshot of neovim-qt code](assets/Screenshot_v0.3.3.png)\n\n### Peek\n\n![Screenshot of neovim-qt code with Peek](assets/Screenshot_v0.3.3_peek.png)\n\n## Troubleshooting\n\n### Work in progress\nThis theme is a work in progress, if you see something that is off or\ndoesn't work please open an [issue](https://github.com/srcery-colors/srcery-vscode/issues/new) so it can be fixed.\n\n### See what's coming / contribute\nIt is actually fairly easy to see what the current git repository is setting as a colorscheme before it is released.\nThis is a little like having an \"Insiders\" version of the theme, while the colorscheme (for the UI especially) is\nstill being polished :\n\n- Clone the Git repository somewhere.\n- Open the folder in VSCode.\n- Add this launch configuration in your `launch.json` :\n```json\n// A launch configuration that launches the extension inside a new window\n{\n    \"version\": \"0.1.0\",\n    \"configurations\": [\n        {\n                \"name\": \"Extension\",\n                \"type\": \"extensionHost\",\n            \"request\": \"launch\",\n            \"runtimeExecutable\": \"${execPath}\",\n            \"args\": [\"--extensionDevelopmentPath=${workspaceRoot}\" ]\n        }\n    ]\n}\n```\n- And now, when you launch 'Extension', you will have another instance of Visual Studio code with all your settings,\nexcept that the colorscheme will be loaded from the cloned repo instead of being pulled from your extensions.\n\n\n## Attribution\n\nThanks to [bpruitt-godard](https://github.com/bpruitt-goddard/vscode-sourcerer) for his port of Sourcerer, which\nhelped me a lot to build a first working port of Srcery theme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrcery-colors%2Fsrcery-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrcery-colors%2Fsrcery-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrcery-colors%2Fsrcery-vscode/lists"}