From 971e7ce0dd4c603b388d541c77d68f66ce4fcafe Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 12 Aug 2019 16:19:35 +0200 Subject: [PATCH] Add support to Close #379 --- src/themes/theme-template-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index aa2a2ce..193f66a 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -685,6 +685,7 @@ "button.background": "{{variant.scheme.selection}}", "debugToolBar.background": "{{variant.scheme.background}}", "pickerGroup.foreground": "{{commons.accents.Teal}}", + "inputOption.activeBackground": "{{commons.accents.Teal}}", "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",