在 setting 里面搜索 color Customizations
然后点击 Edit in settings.json 中加下列内容:
{
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#2405f03d",
"editor.lineHighlightBorder": "#f50303f8"
}
}
既可以看到效果了
在 setting 里面搜索 color Customizations
然后点击 Edit in settings.json 中加下列内容:
{
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#2405f03d",
"editor.lineHighlightBorder": "#f50303f8"
}
}
既可以看到效果了