【发布时间】:2019-07-26 20:15:17
【问题描述】:
我尝试了很多 VSCode 颜色主题,但都遇到了同样的问题。我无法读取我正在输入的 sn-p 变量的区域,因为文本和背景几乎匹配。我已经尝试调整主题中的属性,但似乎没有任何效果。想知道我需要在主题中更改哪个项目来编辑为 sn-ps 输入的变量的背景颜色(如果存在)。
我尝试过的属性:
{
"editor.findMatchBackground": "#b7c5d380",
"editor.findMatchHighlightBackground": "#b7c5d330",
"editor.findRangeHighlightBackground": "#243E51",
"editor.hoverHighlightBackground": "#333F4A",
"editor.inactiveSelectionBackground": "#1D252C",
"editor.lineHighlightBackground": "#28313a",
"editor.lineHighlightBorder": "#28313a",
"editor.rangeHighlightBackground": "#28313a",
"editor.selectionBackground": "#28323a",
"editor.selectionHighlightBackground": "#28313a",
"editor.wordHighlightStrongBackground": "#41505e",
"editor.wordHighlightBackground": "#FFFFFF0D"
}
【问题讨论】:
-
注意:在问了这个问题后,我找到了这个指南。如果我看到这个,我就能找到 sn-ps 部分。 code.visualstudio.com/api/references/theme-color
标签: visual-studio-code vscode-settings vscode-extensions