{"id":18901369,"url":"https://github.com/xiaohuohumax/vscode-theme-css-variables","last_synced_at":"2026-05-19T10:33:40.995Z","repository":{"id":232064319,"uuid":"783356330","full_name":"xiaohuohumax/vscode-theme-css-variables","owner":"xiaohuohumax","description":"VSCode Extension: VSCode theme css variables snippets; VSCode 扩展开发 CSS 变量提示","archived":false,"fork":false,"pushed_at":"2024-04-15T05:33:24.000Z","size":4345,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-31T22:12:24.686Z","etag":null,"topics":["css-snippets","css-variables","escape-style","vscode-extension","vscode-theme"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/xiaohuohumax.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}},"created_at":"2024-04-07T17:03:54.000Z","updated_at":"2024-04-17T02:04:00.000Z","dependencies_parsed_at":"2024-04-15T06:57:53.964Z","dependency_job_id":"310e649b-6ab0-4c54-ab2e-aa8b9bd5dda7","html_url":"https://github.com/xiaohuohumax/vscode-theme-css-variables","commit_stats":null,"previous_names":["xiaohuohumax/vscode-extension-css-variables-snippets","xiaohuohumax/vscode-theme-css-variables"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/xiaohuohumax/vscode-theme-css-variables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohuohumax%2Fvscode-theme-css-variables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohuohumax%2Fvscode-theme-css-variables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohuohumax%2Fvscode-theme-css-variables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohuohumax%2Fvscode-theme-css-variables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaohuohumax","download_url":"https://codeload.github.com/xiaohuohumax/vscode-theme-css-variables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohuohumax%2Fvscode-theme-css-variables/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267184095,"owners_count":24049127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css-snippets","css-variables","escape-style","vscode-extension","vscode-theme"],"created_at":"2024-11-08T08:55:54.662Z","updated_at":"2026-05-19T10:33:35.974Z","avatar_url":"https://github.com/xiaohuohumax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-theme-css-variables\n\n\u003cp\u003e\n  \u003cimg alt=\"Downloads\" src=\"https://img.shields.io/visual-studio-marketplace/d/xiaohuohumax.vscode-theme-css-variables\"\u003e\n  \u003cimg alt=\"Installs\" src=\"https://img.shields.io/visual-studio-marketplace/i/xiaohuohumax.vscode-theme-css-variables\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/xiaohuohumax/vscode-theme-css-variables.svg\"/\u003e\n  \u003cimg alt=\"Last Commit\" src=\"https://img.shields.io/github/last-commit/xiaohuohumax/vscode-theme-css-variables.svg\"/\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/xiaohuohumax/vscode-theme-css-variables.svg\"/\u003e\n\u003c/p\u003e\n\n**VSCode Theme CSS Variables** is a VSCode extension that provides CSS variables snippets for VSCode themes.\n\n## ⏬ Install\n\nVSCode Extensions Select `VSCode Theme CSS Variables`\n\n## 📖 Use\n\n![vscode](/images/vscode.png)\n\n## 📦 Add\n\n### Add base css variables. [themeing.ts#L68](https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/webview/browser/themeing.ts#L68)\n\n- vscode-font-family\n- vscode-font-weight\n- vscode-font-size\n- vscode-editor-font-family\n- vscode-editor-font-weight\n- vscode-editor-font-size\n\n### Add escape style css variables.\n\n```css\n/* variable */\n/* diffEditor.move.border */\n/* testing.message.error.decorationForeground */\n\n/* base */\n--vscode-diffEditor-move-border\n--vscode-testing-message-error-decorationForeground\n\n/* escape style */\n--vscode-diffEditor-move\\.border\n--vscode-testing-message\\.error\\.decorationForeground\n```\n\n![escape](/images/escape.png)\n\n## ⚙ Options\n\n- `vscodeThemeCSSVariables.activationLanguages`: Activation languages\n  - `default`: [ \"css\", \"less\", \"scss\", \"sass\", \"stylus\", \"html\", \"svelte\" ]\n\n## Default Activation Language\n\n- css\n- less\n- scss\n- sass\n- stylus\n- html\n- svelte\n\n## 🎉 Thanks\n\n[connor4312/vscode-css-theme-completions](https://github.com/connor4312/vscode-css-theme-completions)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohuohumax%2Fvscode-theme-css-variables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaohuohumax%2Fvscode-theme-css-variables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohuohumax%2Fvscode-theme-css-variables/lists"}