Skip to content

Commit

Permalink
feat: adopt new quickInput colour customisations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Mar 5, 2021
1 parent d210a3b commit 86d0b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"displayName": "Remedy",
"engines": {
"vscode": "^1.37.0"
"vscode": "^1.54.0"
},
"galleryBanner": {
"color": "#2C2B2A",
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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',
Expand Down

0 comments on commit 86d0b58

Please sign in to comment.