ubuntu 18.04 VSCode sand green theme settings

ubuntu 18.04 VSCode sand green theme settings

Fully refer to the link of the big guy: VSCode sand green theme settings

Insert picture description here
Insert picture description here
I need to click the ins key in this step to edit settings.json, I don't know why.
Insert picture description herecode show as below:

{
    
    
    "workbench.colorTheme": "Atom One Light",
    "editor.fontSize": 16 ,
    "editor.mouseWheelZoom": true,
    "editor.tabSize": 2,
    "workbench.colorCustomizations": {
    
    
        "[Atom One Light]": {
    
    
            "editor.background": "#C7EDCC",   
	    "sideBar.background": "#bdddc3",
        "activityBar.background": "#f6f8f6", 
        },
    },
}

Guess you like

Origin blog.csdn.net/qq_39441784/article/details/108678538