mirror of https://git.tuxpa.in/a/code-server.git
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "theme-tomorrow-night-blue",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Tomorrow Night Blue",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/tomorrow-night-blue-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |