mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
45 lines
1021 B
JSON
45 lines
1021 B
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"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|