1.背景色和光标颜色的设置
打开文件-首选项-设置-
在右侧代码中写入以下代码
// 设置背景颜色
"workbench.colorTheme": "Visual Studio Dark",
"workbench.colorCustomizations": {
// 设置光标颜色
"editorCursor.foreground": "#e9e6e6",
},
2.背景颜色的设置也可以再文件-首选项-颜色主体中设置
1.背景色和光标颜色的设置
打开文件-首选项-设置-
在右侧代码中写入以下代码
// 设置背景颜色
"workbench.colorTheme": "Visual Studio Dark",
"workbench.colorCustomizations": {
// 设置光标颜色
"editorCursor.foreground": "#e9e6e6",
},
2.背景颜色的设置也可以再文件-首选项-颜色主体中设置