{"id":22747425,"url":"https://github.com/dekirisu/vscode-rust-themes","last_synced_at":"2026-03-07T09:31:26.427Z","repository":{"id":203506637,"uuid":"709659403","full_name":"dekirisu/vscode-rust-themes","owner":"dekirisu","description":"My vscode rust themes!","archived":false,"fork":false,"pushed_at":"2023-10-25T09:41:43.000Z","size":89,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T01:46:24.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dekirisu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-10-25T06:24:18.000Z","updated_at":"2025-01-09T07:54:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d712f091-03d1-418e-a957-015de2ab5db5","html_url":"https://github.com/dekirisu/vscode-rust-themes","commit_stats":null,"previous_names":["dekirisu/vscode-rust-themes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dekirisu/vscode-rust-themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekirisu%2Fvscode-rust-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekirisu%2Fvscode-rust-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekirisu%2Fvscode-rust-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekirisu%2Fvscode-rust-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dekirisu","download_url":"https://codeload.github.com/dekirisu/vscode-rust-themes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekirisu%2Fvscode-rust-themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2024-12-11T03:15:39.237Z","updated_at":"2026-03-07T09:31:26.309Z","avatar_url":"https://github.com/dekirisu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/78398528/277899465-be329017-5843-4110-887f-8487b2eb4883.gif\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/dekirisu/vscode-rust-themes\" style=\"position:relative\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/github-f62ca5?logo=github\"\u003e\n    \u003c/a\u003e\u0026nbsp;\n    \u003ca href=\"https://discord.gg/kevWvBuPFg\" style=\"position:relative\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/discord-ae5cbd?logo=discord\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\u0026nbsp;\n    \u003ca href=\"https://mastodon.social/@dekirisu\" style=\"position:relative\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/mastodon-787fd0?logo=mastodon\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\u0026nbsp;\n    \u003ca href=\"https://twitter.com/dekirisu\" style=\"position:relative\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/twitter-2bb2ea?logo=x\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nThe themes are mainly meant for the Rust language! It uses textmate scopes as base and LSP semantic tokens on top.\u003cbr\u003e\n\n## 🦊 Settings\nFor the themes to work as intended, `rust-analyzer` has to be installed and the following setting appended into your VSCodes `settings.json` (or enabled using the ui):\n```json\n\"rust-analyzer.semanticHighlighting.punctuation.enable\": true,\n```\nI personally dislike bracket pair colorization, instead I've enabled guides, while the brackets are always the same color - `settings.json`:\n```json\n\"editor.bracketPairColorization.enabled\": false,\n\"editor.guides.bracketPairs\": \"active\",\n```\nThe slight horizontal lines are created with [alefragnani.separators](https://marketplace.visualstudio.com/items?itemName=alefragnani.separators) and these settings:\n```json\n\"separators.classes.borderWidth\": 0,\n\"separators.constructors.borderWidth\": 0,\n\"separators.enums.borderWidth\": 0,\n\"separators.interfaces.borderWidth\": 0,\n\"separators.namespaces.borderWidth\": 0,\n\"separators.structs.borderWidth\": 0,\n\"separators.methods.borderWidth\": 2,\n\"separators.functions.borderWidth\": 2,\n\"separators.functions.borderStyle\": \"dashed\",\n\"separators.methods.borderStyle\": \"dashed\",\n\"separators.location\": \"belowTheSymbol\",\n```\n### 🌆 Theme \"Dawn\"\n\u003cimg src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/78398528/277901185-989ff12c-da29-4816-9f41-5873dba6ec5a.png\"\u003e\n\n### 🌈 Theme \"Rainbow\"\n\u003cimg src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/78398528/277901200-4900782d-a454-4593-89dd-af657f2f5ce1.png\"\u003e\n\n### 🌌 Theme \"Entropy\"\n\u003cimg src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/78398528/277901197-8d32ddc8-138b-4b6d-82c9-0a39026d2ddd.png\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdekirisu%2Fvscode-rust-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdekirisu%2Fvscode-rust-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdekirisu%2Fvscode-rust-themes/lists"}