How do I change the color of matched words in the command palette?

Viewed 40

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.

1

2 Answers

workbench.colorCustomizations -> quickInputList.focusBackground, hope it helpes someone.

The following changes the color of the matched text:

workbench.colorCustomizations -> list.highlightForeground
Related