Archived
1
0

Update to VS Code 1.52.1

This commit is contained in:
Asher
2021-02-09 16:08:37 +00:00
1351 changed files with 56560 additions and 38990 deletions

View File

@ -11,10 +11,11 @@
"contributes": {
"themes": [
{
"label": "Monokai",
"id": "Monokai",
"label": "%themeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/monokai-color-theme.json"
}
]
}
}
}

View File

@ -1,4 +1,5 @@
{
"displayName": "Monokai Theme",
"description": "Monokai theme for Visual Studio Code"
}
"description": "Monokai theme for Visual Studio Code",
"themeLabel": "Monokai"
}

View File

@ -36,7 +36,7 @@
"tab.border": "#1e1f1c",
"tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
"tab.lastPinnedBorder": "#414339",
"widget.shadow": "#000000",
"widget.shadow": "#00000098",
"progressBar.background": "#75715E",
"badge.background": "#75715E",
"badge.foreground": "#f8f8f2",
@ -284,14 +284,14 @@
"scope": "invalid",
"settings": {
"fontStyle": "",
"foreground": "#F8F8F0"
"foreground": "#F44747"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#F8F8F0"
"foreground": "#F44747"
}
},
{