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", "name": "strawberry",
"editor.minimap.enabled": false, "colors": {
"workbench.colorTheme": "strawberry",
"workbench.colorCustomizations": {
"[Strawberry]": {
"focusBorder": "#f07171", "focusBorder": "#f07171",
"foreground": "#21e441", "foreground": "#21e441",
"widget.shadow": "#000000", "widget.shadow": "#000000",
@ -154,11 +149,8 @@
"gitDecoration.stageModifiedResourceForeground": "#399ee6", "gitDecoration.stageModifiedResourceForeground": "#399ee6",
"settings.modifiedItemIndicator": "#399ee6", "settings.modifiedItemIndicator": "#399ee6",
"notebook.focusedRowBorder": "#f07171" "notebook.focusedRowBorder": "#f07171"
}
}, },
"editor.tokenColorCustomizations": { "tokenColors": [
"[Strawberry]": {
"textMateRules": [
{ {
"scope": "invalid", "scope": "invalid",
"settings": { "settings": {
@ -557,12 +549,5 @@
"foreground": "#78bd65" "foreground": "#78bd65"
} }
} }
] ]
}
},
"breadcrumbs.enabled": false,
"workbench.editor.showTabs": false,
"editor.semanticTokenColorCustomizations": null,
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": false
} }