Repository URL to install this package:
Version:
1.9.1-1486597190 ▾
|
{
"name": "theme-solarized-light",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Solarized Light",
"uiTheme": "vs",
"path": "./themes/Solarized-light.tmTheme"
}
]
}
}