vscode/extensions/theme-solarized-light/package.json

17 lines
337 B
JSON
Raw Normal View History

2015-11-13 13:39:38 +00:00
{
"name": "theme-solarized-light",
2018-02-19 17:38:12 +00:00
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
2015-11-13 13:39:38 +00:00
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Solarized Light",
"uiTheme": "vs",
"path": "./themes/solarized-light-color-theme.json"
2015-11-13 13:39:38 +00:00
}
]
}
}