'How do I change the color of matched words in the command palette?
How do I change the color of the matched text in the result list of the command palette dropdown? I cannot see the word "Debug" since it has the same color as the blue bar.

Solution 1:[1]
workbench.colorCustomizations -> quickInputList.focusBackground, hope it helpes someone.
Solution 2:[2]
The following changes the color of the matched text:
workbench.colorCustomizations -> list.highlightForeground
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Leres Aldtai |
| Solution 2 | cursorrux |
