fixed theme so it actually works

This commit is contained in:
Surferlul 2021-07-03 18:20:02 +02:00
parent 29d80b48dd
commit ca5d14d77f

View File

@ -1,11 +1,6 @@
{
"editor.renderWhitespace": "none",
"editor.minimap.enabled": false,
"workbench.colorTheme": "strawberry",
"workbench.colorCustomizations": {
"[Strawberry]": {
"name": "strawberry",
"colors": {
"focusBorder": "#f07171",
"foreground": "#21e441",
"widget.shadow": "#000000",
@ -154,11 +149,8 @@
"gitDecoration.stageModifiedResourceForeground": "#399ee6",
"settings.modifiedItemIndicator": "#399ee6",
"notebook.focusedRowBorder": "#f07171"
}
},
"editor.tokenColorCustomizations": {
"[Strawberry]": {
"textMateRules": [
"tokenColors": [
{
"scope": "invalid",
"settings": {
@ -558,11 +550,4 @@
}
}
]
}
},
"breadcrumbs.enabled": false,
"workbench.editor.showTabs": false,
"editor.semanticTokenColorCustomizations": null,
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": false
}