34 lines
789 B
JSON
34 lines
789 B
JSON
{
|
|
"name": "australis-theme",
|
|
"displayName": "Australis",
|
|
"description": "...",
|
|
"categories": [ "Themes" ],
|
|
"version": "0.0.1",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Australis (Dark)",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./theme.json"
|
|
},
|
|
{
|
|
"label": "Generated Theme (Minimal, Dark)",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./theme-minimal-dark.json"
|
|
},
|
|
{
|
|
"label": "Generated Theme (Minimal, Light)",
|
|
"uiTheme": "vs",
|
|
"path": "./theme-minimal-light.json"
|
|
},
|
|
{
|
|
"label": "Generated Theme (Minimal, coverage)",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./theme-minimal-coverage.json"
|
|
}
|
|
]
|
|
}
|
|
}
|