Update to VS Code 1.52.1
This commit is contained in:
@ -9,10 +9,11 @@
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Solarized Light",
|
||||
"id": "Solarized Light",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/solarized-light-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"displayName": "Solarized Light Theme",
|
||||
"description": "Solarized light theme for Visual Studio Code"
|
||||
}
|
||||
"description": "Solarized light theme for Visual Studio Code",
|
||||
"themeLabel": "Solarized Light"
|
||||
}
|
||||
|
@ -213,7 +213,9 @@
|
||||
{
|
||||
"name": "Invalid",
|
||||
"scope": "invalid",
|
||||
"settings": {}
|
||||
"settings": {
|
||||
"foreground": "#cd3131"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "diff: header",
|
||||
|
Reference in New Issue
Block a user