【发布时间】:2018-01-23 07:03:27
【问题描述】:
我正在为 VS Code 开发颜色主题。 我尝试编辑单击单词时使用的背景颜色(不是搜索 - 只需单击。)
我找不到负责此范围颜色的正确设置。
谢谢!
【问题讨论】:
标签: visual-studio-code background-color color-scheme
我正在为 VS Code 开发颜色主题。 我尝试编辑单击单词时使用的背景颜色(不是搜索 - 只需单击。)
我找不到负责此范围颜色的正确设置。
谢谢!
【问题讨论】:
标签: visual-studio-code background-color color-scheme
不知道为什么我没有找到它......这很简单:
"editor.selectionBackground": "#ff8800",
"editor.selectionForeground": "#ff0000"
【讨论】: