21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"name": "zztheme",
|
|
"displayName": "zzTheme",
|
|
"description": "ZZGodGundam's Color Theme",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"vscode": "^1.46.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "zzTheme",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/zzTheme-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |