chore(vscode): update to 1.54.2
This commit is contained in:
@ -1,19 +1,25 @@
|
||||
{
|
||||
"name": "theme-solarized-dark",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Solarized Dark",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/solarized-dark-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "theme-solarized-dark",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "*"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Solarized Dark",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/solarized-dark-color-theme.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
@ -350,7 +350,7 @@
|
||||
|
||||
"list.activeSelectionBackground": "#005A6F",
|
||||
// "list.activeSelectionForeground": "",
|
||||
"list.focusBackground": "#005A6F",
|
||||
"quickInputList.focusBackground": "#005A6F",
|
||||
"list.hoverBackground": "#004454AA",
|
||||
"list.inactiveSelectionBackground": "#00445488",
|
||||
"list.dropBackground": "#00445488",
|
||||
|
4
lib/vscode/extensions/theme-solarized-dark/yarn.lock
Normal file
4
lib/vscode/extensions/theme-solarized-dark/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