VS code 豆沙绿护眼主题

一、下载亮色主题Atom One Light

  VS code 豆沙绿护眼主题

二、找到settings.JSON,粘贴JSON

   快捷键输入  Ctrl+Shift+p   ,输入settings,选择open settings (JSON)

        VS code 豆沙绿护眼主题

  然后在此文件中粘贴下文  

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

}

三、展示下效果

  VS code 豆沙绿护眼主题

 

上一篇:如何选择数据科学最好的Python IDE?


下一篇:PDB(Protein Data Bank)数据格式详解