vscode-purr
Version:
A VSCode theme based on Purr.
81 lines • 1.73 kB
JSON
{
"name": "vscode-purr",
"displayName": "Purr Themes",
"version": "1.1.2",
"description": "A VSCode theme based on Purr.",
"categories": [
"Themes"
],
"keywords": [
"theme",
"light",
"dark",
"purr",
"ryuu"
],
"homepage": "https://github.com/ryuudotgg/vscode-purr",
"bugs": {
"url": "https://github.com/ryuudotgg/vscode-purr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ryuudotgg/vscode-purr"
},
"license": "MIT",
"qna": "https://github.com/ryuudotgg/vscode-purr/discussions/categories/q-a",
"author": {
"name": "Ryuu",
"email": "me@ryuu.gg",
"url": "https://ryuu.gg"
},
"publisher": "ryuu",
"contributes": {
"themes": [
{
"label": "Purr Dark",
"uiTheme": "vs-dark",
"path": "./themes/purr-dark.json"
},
{
"label": "Purr Light",
"uiTheme": "vs",
"path": "./themes/purr-light.json"
}
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"vsce": "^2.15.0"
},
"engines": {
"node": ">=22.13.0",
"pnpm": "^9.15.4",
"vscode": "^1.69.0"
},
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"markdown": "github",
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": {
"supported": true
}
},
"extensionKind": [
"ui"
],
"pricing": "Free",
"sponsor": {
"url": "https://github.com/sponsors/ryuudotgg"
},
"scripts": {
"package": "mkdir -p dist && vsce package -o ./dist/purr.vsix",
"release": "changeset publish && vsce publish"
}
}