@ptkdev/vscode-theme-dark-blood
Version:
VSCode theme for the night work. Inspired by base16-dark
152 lines (151 loc) • 4.45 kB
JSON
{
"name": "@ptkdev/vscode-theme-dark-blood",
"displayName": "Dark Blood Theme",
"description": "VSCode theme for the night work. Inspired by base16-dark",
"version": "3.1.0",
"publishConfig": {
"access": "public"
},
"publisher": "ptkdev",
"author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)",
"license": "MIT",
"license-docs": "CC BY 4.0",
"license-translations": "CC BY 4.0",
"license-images": "CC BY-NC 4.0",
"homepage": "https://marketplace.visualstudio.com/items?itemName=ptkdev.dark-blood-theme",
"repository": {
"type": "git",
"url": "https://github.com/ptkdev/vscode-theme-dark-blood.git"
},
"bugs": {
"url": "https://github.com/ptkdev/vscode-theme-dark-blood/issues"
},
"engines": {
"node": ">=14.0.0",
"vscode": "^1.50.0"
},
"galleryBanner": {
"color": "#090909",
"theme": "dark"
},
"categories": [
"Themes"
],
"icon": "extension/assets/dark-blood.png",
"contributes": {
"themes": [
{
"label": "Dark Blood",
"uiTheme": "vs-dark",
"path": "./extension/themes/dark-blood.json"
},
{
"label": "Dark Blood (Type: A)",
"uiTheme": "vs-dark",
"path": "./extension/themes/dark-blood-type-a.json"
},
{
"label": "Dark Blood (Type: B)",
"uiTheme": "vs-dark",
"path": "./extension/themes/dark-blood-type-b.json"
},
{
"label": "Dark Blood (Type: AB)",
"uiTheme": "vs-dark",
"path": "./extension/themes/dark-blood-type-ab.json"
},
{
"label": "Dark Blood (Type: 0)",
"uiTheme": "vs-dark",
"path": "./extension/themes/dark-blood-type-zero.json"
},
{
"label": "Dark Blood - Without Italic",
"uiTheme": "vs-dark",
"path": "./extension/themes/no-italic/dark-blood.json"
},
{
"label": "Dark Blood - Without Italic (Type: A)",
"uiTheme": "vs-dark",
"path": "./extension/themes/no-italic/dark-blood-type-a.json"
},
{
"label": "Dark Blood - Without Italic (Type: B)",
"uiTheme": "vs-dark",
"path": "./extension/themes/no-italic/dark-blood-type-b.json"
},
{
"label": "Dark Blood - Without Italic (Type: AB)",
"uiTheme": "vs-dark",
"path": "./extension/themes/no-italic/dark-blood-type-ab.json"
},
{
"label": "Dark Blood - Without Italic (Type: 0)",
"uiTheme": "vs-dark",
"path": "./extension/themes/no-italic/dark-blood-type-zero.json"
}
],
"grammars": [
{
"path": "./extension/syntaxes/jsdoc.json",
"scopeName": "comment.jsdoc",
"injectTo": [
"source.js",
"source.ts",
"source.jsx",
"source.css",
"source.scss",
"source.svelte",
"source.vue"
]
}
]
},
"extensionPack": [
"naumovs.color-highlight",
"wiggin77.codedox",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"gruntfuggly.todo-tree",
"nickdodd79.gulptasks",
"pkief.material-icon-theme"
],
"scripts": {
"init": "npm install && husky install",
"pack": "shx rm -rf dist && shx mkdir dist && json -I -f package.json -e 'this.name=\"dark-blood-theme\"' && vsce package && json -I -f package.json -e 'this.name=\"@ptkdev/vscode-theme-dark-blood\"' && shx mv *.vsix dist && npm run lint-prettify",
"release": "shx rm -rf dist && shx mkdir dist && json -I -f package.json -e 'this.name=\"dark-blood-theme\"' && vsce package && vsce publish && json -I -f package.json -e 'this.name=\"@ptkdev/vscode-theme-dark-blood\"' && shx mv *.vsix dist && npm run lint-prettify",
"lint-prettify": "prettier --write **/*.{md,json}",
"contributors-generate": "all-contributors generate",
"all-shields-generate": "all-shields-generate",
"pre-commit": "npm run contributors-generate && npm run all-shields-generate && npm run lint-prettify",
"pkg-clean": "rm -rf node_modules package-lock.json && npm install && husky install",
"pkg-update": "npm update",
"pkg-upgrade": "npx npm-check-updates -u && npm install && husky install"
},
"devDependencies": {
"@ptkdev/all-shields-cli": "^2.0.2",
"all-contributors-cli": "^6.20.0",
"husky": "^6.0.0",
"json": "^11.0.0",
"shx": "^0.3.3",
"vsce": "^1.92.0"
},
"keywords": [
"ptkdev",
"vscode",
"vscode-theme",
"vscode-themes",
"theme",
"themes",
"base16-dark",
"dark-theme",
"dark-blood",
"jetblack"
],
"contributors": [],
"__metadata": {
"id": "db9483ac-79c5-47c6-a344-1912024dc95b",
"publisherId": "be2e6da3-a8d0-4226-b3da-0f305878b0c7",
"publisherDisplayName": "Patryk Rzucidło (PTKDev)"
}
}