fix: update theme keys for upcoming vscode 1.54

This commit is contained in:
Mattia Astorino 2021-02-19 17:19:45 +01:00
parent 8aa80aa5c4
commit 4445f3db12
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -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,