From 86d0b58fe8b0ff4877537338b3681c485a0777d7 Mon Sep 17 00:00:00 2001 From: Robert Rossmann Date: Fri, 5 Mar 2021 12:03:14 +0100 Subject: [PATCH] feat: adopt new quickInput colour customisations --- package.json | 2 +- packages/generators/mkui.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',