From 4445f3db12fb77060bdbeeb4ffca0e59f849200e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 19 Feb 2021 17:19:45 +0100 Subject: [PATCH] fix: update theme keys for upcoming vscode 1.54 --- scripts/generator/color-set.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index 675bbc9..175cba0 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -382,6 +382,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { 'list.inactiveSelectionForeground': theme.scheme.defaultAccent, 'list.inactiveSelectionBackground': theme.scheme.inactiveSelectionBackground, 'list.focusBackground': `${theme.scheme.foreground}20`, + 'quickInput.list.focusBackground': `${theme.scheme.foreground}20`, 'list.focusForeground': theme.scheme.foreground, 'list.highlightForeground': theme.scheme.defaultAccent, // 'list.dropBackground': theme.scheme.shade2,