Home > Development Tools > VSCode > body text

How to set cursor color in vscode

王林
Release: 2020-02-13 14:08:42
Original
11000 people have browsed it

How to set cursor color in vscode

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",},
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template