×

vscode colorCustomizations

Falcon 2020-05-02 views:
自动摘要

正在生成中……

{
    //https://code.visualstudio.com/api/references/theme-color
    "workbench.colorCustomizations": {
        "activityBar.background": "#F48",
        "activityBar.foreground":"#0f0",
        "titleBar.activeBackground": "#F48",
        "titleBar.activeForeground": "#0f0",
        "sideBar.background":"#333",
        "sideBar.foreground":"#fff",
        "statusBar.background":"#F48",
        "statusBar.foreground":"#fff",

    }
}