Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated quick pick and suggest widget colors (#199)
VS Code 1.57 [1] (May 2021) introduced new color tokens for the "quick pick" and "editor suggest" widgets [2] in focused state to better align with the tree widget styles. These changes broke the current style of Nord and made the theme har to use. The new keys have now been added to make it conform with Nord's style: - `editorSuggestWidget.focusHighlightForeground` - color of the match highlights in the suggest widget when an item is focused. - `editorSuggestWidget.selectedForeground` - foreground color of the selected entry in the suggest widget. - `list.focusHighlightForeground` - list/tree foreground color of the match highlights on actively focused items when searching inside the list/tree. - `quickInputList.focusForeground` - quick picker foreground color for the focused item. [1]: https://code.visualstudio.com/updates/v1_57 [2]: https://code.visualstudio.com/updates/v1_57#_updated-quick-pick-suggest-widget-colors Co-authored-by: Sven Greb <development@svengreb.de> Closes GH-196
- Loading branch information