26 lines
583 B
JSON
26 lines
583 B
JSON
{
|
|
"name": "zztheme",
|
|
"displayName": "zzTheme",
|
|
"description": "ZZGodGundam's Color Theme",
|
|
"version": "0.0.1",
|
|
"publisher": "zzgodgundam",
|
|
"engines": {
|
|
"vscode": "^1.46.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "zzTheme",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/zzTheme-color-theme.json"
|
|
}
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/zzgodgundam/zzTheme.git"
|
|
}
|
|
} |