First open File-Preferences-Settings;
Then write the following code in the code on the right:
// 设置背景颜色 "workbench.colorTheme": "Visual Studio Dark", "workbench.colorCustomizations": { // 设置光标颜色 "editorCursor.foreground": "#e9e6e6",},
Related Recommended: vscode tutorial
The above is the detailed content of How to set cursor color in vscode. For more information, please follow other related articles on the PHP Chinese website!