chore(vscode): update to 1.54.2
This commit is contained in:
@ -1,19 +1,25 @@
|
||||
{
|
||||
"name": "theme-red",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Red",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/Red-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "theme-red",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "*"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Red",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/Red-color-theme.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
||||
"list.activeSelectionBackground": "#880000",
|
||||
"list.inactiveSelectionBackground": "#770000",
|
||||
"list.dropBackground": "#662222",
|
||||
"list.focusBackground": "#660000",
|
||||
"quickInputList.focusBackground": "#660000",
|
||||
"list.highlightForeground": "#ff4444",
|
||||
"pickerGroup.foreground": "#cc9999",
|
||||
"pickerGroup.border": "#ff000033",
|
||||
|
4
lib/vscode/extensions/theme-red/yarn.lock
Normal file
4
lib/vscode/extensions/theme-red/yarn.lock
Normal file
@ -0,0 +1,4 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
Reference in New Issue
Block a user