Skip to content

Commit

Permalink
Deprecated color token for focused background of list/tree UI elements (
Browse files Browse the repository at this point in the history
#215)

VS Code 1.54 [1] (February 2021) introduced a breaking change for the
focused background color of list/tree UI elements by deprecating the
`list.focusBackground` in favor of the `quickInputList.focusBackground`
theme color token [2]. The advised adaption for theme authors is to
simply adopt the same value of the deprecated token.

[1]: https://code.visualstudio.com/updates/v1_54
[2]: https://code.visualstudio.com/updates/v1_54#_updated-listtree-ui

Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-206
  • Loading branch information
arcticicestudio authored Jun 22, 2021
1 parent 94f35a3 commit 942e9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/nord-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
"pickerGroup.border": "#3b4252",
"pickerGroup.foreground": "#88c0d0",
"progressBar.background": "#88c0d0",
"quickInputList.focusBackground": "#88c0d099",
"quickInputList.focusForeground": "#2e3440",
"sash.hoverBorder": "#88c0d0",
"scrollbar.shadow": "#00000066",
Expand Down

0 comments on commit 942e9d1

Please sign in to comment.