blj28

导航

vscode 更改背景颜色

{
    "workbench.colorTheme": "Default Light+",
    "workbench.colorCustomizations": {
    "[Default Light+]": {
        "editor.background": "#cce8cf",
        "sideBar.background": "#cce8cf4f",
        "activityBar.background": "#000000",
        "panel.background": "#b8b7b76b",
        "terminal.background": "#cce8cf",
        },
    },
    //"go.useLanguageServer": true,————改变了字体大小
    //"window.zoomLevel": 1————改变了字体大小
 }

 

posted on 2024-11-22 13:36  bailinjun  阅读(22)  评论(0编辑  收藏  举报