Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code change color of find all matches in side/scroll bar area

VS Code with doing a find and pressing alt + enter will highlight/mark all the occurences with an orange dash on the sidebar. Is there a way to modify this color? As seen in the picture of the minimap, we can see the three orange matches of the matches.

enter image description here

like image 563
securisec Avatar asked Oct 16 '25 02:10

securisec


1 Answers

Use the following setting:

"editorOverviewRuler.findMatchForeground": "#80CBC4"

The theme color API can be found here. Scroll down to the "Overview ruler" settings in the "Editor colors" section to find other similar settings.

like image 136
jabacchetta Avatar answered Oct 17 '25 20:10

jabacchetta



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!