VS 代码更改 side/scroll 栏区域中查找所有匹配项的颜色

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

VS Code 进行查找并按 alt + enter 将 highlight/mark 所有出现的内容都在侧边栏上带有橙色破折号。有没有办法修改这种颜色?在小地图的图片中,我们可以看到火柴的三个橙色火柴。

使用以下设置:

"editorOverviewRuler.findMatchForeground": "#80CBC4"

主题颜色API可以found here. Scroll down to the "Overview ruler" settings in the "Editor colors" section寻找其他类似的设置。

以下两个设置:

当你 select --> "editorOverviewRuler.selectionHighlightForeground": "#d114b9",

当你突出显示 --> "editorOverviewRuler.bracketMatchForeground": "#00ffd9",