Home  >  Article  >  Development Tools  >  vscode sets eye protection theme

vscode sets eye protection theme

王林
王林Original
2019-12-16 14:16:569201browse

vscode sets eye protection theme

1. Download the bright theme Atom One Light

vscode sets eye protection theme

##2. Find settings.JSON and paste JSON

Shortcut key input Ctrl Shift p , enter settings, select open settings (JSON)

vscode sets eye protection theme

Then paste the following in this file

{
    "workbench.colorTheme": "Atom One Light",
    "workbench.colorCustomizations": {
    "[Atom One Light]": {
            "editor.background": "#C7EDCC",   
        "sideBar.background": "#C7EDCC",
        "activityBar.background": "#C7EDCC",       
        },
    },

}

3. Show the effect

vscode sets eye protection theme

Recommended related articles and tutorials:

vscode tutorial

The above is the detailed content of vscode sets eye protection theme. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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