Home > Development Tools > VSCode > body text

vscode sets eye protection theme

王林
Release: 2019-12-16 14:16:56
Original
9272 people have browsed it

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",       
        },
    },

}
Copy after login

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!

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