From 228a44c2931f717950375ed622ce9b4ba87995bd Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 27 Jun 2019 16:59:59 +0200 Subject: [PATCH] fix: Fix inputs selection background Close #362 --- defaults.json | 4 ++++ src/themes/theme-template-color-theme.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/defaults.json b/defaults.json index b6da331..dbc0f7e 100644 --- a/defaults.json +++ b/defaults.json @@ -97,6 +97,10 @@ "editor.findMatchBorder": { "alpha": 100, "value": null + }, + "selection.background": { + "alpha": 40, + "value": null } }, "changelog": { diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 3abd863..0856794 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -678,7 +678,7 @@ "editorRuler.foreground": "{{variant.scheme.guides}}", "scrollbar.shadow": "{{variant.scheme.background}}00", "editorLink.activeForeground": "{{variant.scheme.foreground}}", - "selection.background": "{{variant.scheme.foreground}}", + "selection.background": "{{commons.accents.Teal}}", "progressBar.background": "{{commons.accents.Teal}}", "textLink.foreground": "{{commons.accents.Teal}}", "textLink.activeForeground": "{{variant.scheme.foreground}}",