70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "solarflare-theme",
|
|
"displayName": "Solarflare Theme",
|
|
"version": "0.0.6",
|
|
"description": "The official VSCode theme extension for Cloudflare.",
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"keywords": [
|
|
"cloudflare",
|
|
"cloudflare theme",
|
|
"cloudflare workers",
|
|
"theme",
|
|
"vscode",
|
|
"workers",
|
|
"wrangler"
|
|
],
|
|
"homepage": "https://github.com/cloudflare/workers-sdk/blob/main/packages/vscode-theme/README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/cloudflare/workers-sdk/issues"
|
|
},
|
|
"license": "MIT OR Apache-2.0",
|
|
"author": "workers-devprod@cloudflare.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cloudflare/workers-sdk.git",
|
|
"directory": "packages/solarflare-theme"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Solarflare Dark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/cloudflare-dark-color-theme.json"
|
|
},
|
|
{
|
|
"label": "Solarflare Light",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/cloudflare-light-color-theme.json"
|
|
}
|
|
]
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.76.0"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|