2021-01-25 16:07:56 +00:00
|
|
|
{
|
2021-01-29 14:19:18 +00:00
|
|
|
"name": "theme-solarized-dark",
|
|
|
|
"displayName": "%displayName%",
|
|
|
|
"description": "%description%",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"publisher": "vscode",
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"vscode": "*"
|
|
|
|
},
|
2024-01-14 17:19:29 +00:00
|
|
|
"categories": ["Themes"],
|
2021-01-29 14:19:18 +00:00
|
|
|
"contributes": {
|
|
|
|
"themes": [
|
|
|
|
{
|
|
|
|
"id": "Solarized Dark",
|
|
|
|
"label": "%themeLabel%",
|
|
|
|
"uiTheme": "vs-dark",
|
|
|
|
"path": "./themes/solarized-dark-color-theme.json"
|
|
|
|
}
|
|
|
|
]
|
2021-01-29 14:30:45 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/vscode.git"
|
2021-01-29 14:19:18 +00:00
|
|
|
}
|
2021-01-25 16:07:56 +00:00
|
|
|
}
|