Update to VS Code 1.52.1
This commit is contained in:
@ -9,10 +9,11 @@
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Red",
|
||||
"id": "Red",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/Red-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"displayName": "Red Theme",
|
||||
"description": "Red theme for Visual Studio Code"
|
||||
}
|
||||
"description": "Red theme for Visual Studio Code",
|
||||
"themeLabel": "Red"
|
||||
}
|
||||
|
Reference in New Issue
Block a user