1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00
Files
DankMaterialShell/quickshell/matugen/vsix-build/package.json

49 lines
1.1 KiB
JSON

{
"name": "dynamic-base16-dankshell",
"displayName": "Dynamic Base16 DankShell",
"description": "Dynamic Material You theme with base16 terminal colors - auto-updated by DankMaterialShell",
"publisher": "local",
"version": "0.0.1",
"engines": {
"vscode": "^1.70.0"
},
"main": "./extension.js",
"activationEvents": [
"onStartupFinished"
],
"categories": [
"Themes"
],
"keywords": [
"theme",
"material",
"material you",
"base16",
"dynamic",
"dankshell"
],
"repository": {
"type": "git",
"url": "https://github.com/AvengeMedia/DankMaterialShellGit"
},
"contributes": {
"themes": [
{
"label": "Dynamic Base16 DankShell",
"uiTheme": "vs-dark",
"path": "./themes/dankshell-default.json"
},
{
"label": "Dynamic Base16 DankShell (Dark)",
"uiTheme": "vs-dark",
"path": "./themes/dankshell-dark.json"
},
{
"label": "Dynamic Base16 DankShell (Light)",
"uiTheme": "vs",
"path": "./themes/dankshell-light.json"
}
]
}
}