我想知道是否有人知道如何为VS代码上的预测文本更改匹配的字体颜色。
例如,我想将蓝绿色字体的匹配颜色更改为另一种颜色。
任何帮助将不胜感激!
谢谢!
答案 0 :(得分:1)
它位于您主题的配置文件中。
对于“ Abyss”主题,在Linux上,它位于:/usr/share/code/resources/app/extensions/theme-abyss/themes/abyss-color-theme.json
。在Windows上,我非常确定它位于%AppData%
中。
搜索list.highlightForeground
。更改后,您可能需要重新加载窗口。
文档: https://code.visualstudio.com/docs/getstarted/theme-color-reference#_lists-and-trees
list.highlightForeground
:在列表/树中搜索时,匹配项的列表/树前景色会突出显示。