From ca5d14d77f82eb794e33981f989561de1ba8a83b Mon Sep 17 00:00:00 2001 From: Surferlul Date: Sat, 3 Jul 2021 18:20:02 +0200 Subject: [PATCH] fixed theme so it actually works --- themes/Strawberry-color-theme.json | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/themes/Strawberry-color-theme.json b/themes/Strawberry-color-theme.json index e532cd1..30c339c 100644 --- a/themes/Strawberry-color-theme.json +++ b/themes/Strawberry-color-theme.json @@ -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": { @@ -557,12 +549,5 @@ "foreground": "#78bd65" } } - ] - } - }, - "breadcrumbs.enabled": false, - "workbench.editor.showTabs": false, - "editor.semanticTokenColorCustomizations": null, - "window.menuBarVisibility": "toggle", - "workbench.statusBar.visible": false + ] }