fix: update theme keys for upcoming vscode 1.54
This commit is contained in:
parent
8aa80aa5c4
commit
4445f3db12
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue