diff --git a/package.json b/package.json index bdf87d1..923a940 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "displayName": "Remedy", "engines": { - "vscode": "^1.37.0" + "vscode": "^1.54.0" }, "galleryBanner": { "color": "#2C2B2A", diff --git a/packages/generators/mkui.mjs b/packages/generators/mkui.mjs index e45dc86..fe5b95b 100644 --- a/packages/generators/mkui.mjs +++ b/packages/generators/mkui.mjs @@ -161,7 +161,6 @@ function mkui({ ui, code }) { 'tree.indentGuidesStroke': `${ui.text.secondary.hex()}99`, 'list.activeSelectionBackground': `${ui.accent.hex()}AA`, 'list.activeSelectionForeground': ui.text.primary.hex(), - 'list.focusBackground': `${ui.accent.hex()}44`, 'list.hoverBackground': `${ui.accent.hex()}11`, 'listFilterWidget.background': `${ui.accent.hex()}88`, 'listFilterWidget.noMatchesOutline': ui.problems.error.hex(), @@ -173,6 +172,7 @@ function mkui({ ui, code }) { 'list.deemphasizedForeground': ui.scm.ignored.hex(), 'list.invalidItemForeground': ui.problems.error.hex(), 'list.inactiveFocusBackground': `${ui.accent.hex()}11`, + 'quickInput.list.focusBackground': `${ui.accent.hex()}44`, // 'list.focusForeground': '#ff0000', // 'list.hoverForeground': '#ff0000', // 'list.inactiveSelectionForeground': '#ff0000',