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