mirror of https://git.tuxpa.in/a/code-server.git
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"name": "theme-quietlight",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Quiet Light",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/quietlight-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |