fuchengwang
11/22/2017 - 9:13 AM

vscode 自定义颜色

vscode 自定义颜色

    "workbench.colorCustomizations": {
        "focusBorder": "#485768b0",
        "activityBar.background": "#35668fda",
        "sideBar.background": "#363d46",
        "titleBar.activeBackground": "#363d46",
        /**
         * 最左活动栏
         */
        /**
         *  侧边栏
         */
        // "sideBar.background": "#1f252a",
        "sideBar.foreground": "#D8DEE9",
        "sideBar.border": "#51585f",
        "sideBarSectionHeader.background": "#474b507e",
        // "list.hoverBackground": "#2c3237",
        "list.activeSelectionBackground": "#5a8fbbda", // 焦点在侧边栏时的文件背景
        "list.activeSelectionForeground": "#ffffff",
        "list.inactiveSelectionBackground": "#406d92c4", // 焦点不在侧边栏时
        "list.inactiveSelectionForeground": "#ffffff",
        "list.dropBackground": "#5a8fbb54",
        "list.focusForeground": "#D8DEE9",
        "list.focusBackground": "#406d92c4",
        "list.highlightForeground": "#ff0000",
        "list.hoverBackground": "#3b4955",
        "list.hoverForeground": "#D8DEE9",
        "list.inactiveFocusBackground": "#30383fbe", // git 点击时
        "list.inactiveFocusForeground": "#ff0000",
        // "list.invalidItemForeground": "#ff0000",
        /**
         * 最顶部标题栏
         */
        "titleBar.activeForeground": "#ffffff",
        "titleBar.inactiveBackground": "#363d46",
        "titleBar.inactiveForeground": "#c2c5c8",
        /**
         * 选项卡组
         */
        "tab.activeBackground": "#4d647a8c",
        "tab.inactiveBackground": "#363d46",
        "editorGroupHeader.tabsBackground": "#363d46",
        "scrollbar.shadow": "#272d33", //选项卡下方阴影
        /**
         *  编辑器
         */
        "editorLineNumber.foreground": "#beb7c7",
        "editorWidget.background": "#363d46",
        "widget.shadow": "#2a2e33",
        "editorSuggestWidget.background": "#2a3942",
        "editorSuggestWidget.foreground": "#D8DEE9",
        "editorSuggestWidget.border": "#39596ba2",
        "editorSuggestWidget.highlightForeground": "#77a2d4",
        "editor.lineHighlightBackground": "#ffffff02",
        "editor.lineHighlightBorder": "#a0a0a009",
        "editor.wordHighlightBackground": "#6775804e",
        "editor.selectionBackground": "#6775804e", //#6775804d
        "editor.selectionHighlightBackground": "#6775804e",
        "editorGroup.border": "#c9c2c218",
        /**
         * 底栏
         */
        "statusBar.background": "#5a8fbbda",
        "statusBar.foreground": "#D8DEE9",
        /**
         * 其他
         */
        "editorError.foreground": "#ff7e7e",
        "editorCursor.foreground": "#d59954",
        //下拉菜单
        "dropdown.background": "#3d5568da",
        // 搜索高亮
        "editor.findMatchHighlightBackground": "#e2cccc3a", //"#88c0d033",
        "editor.findMatchBackground": "#e2cccc3a",
        "editor.foreground": "#d8dee9",
        "badge.foreground": "#000000",
        // "badge.foreground": ""
        "badge.background": "#f9ae58",
        "editorOverviewRuler.border": "#363d46"
        // "editor.background": "#2e3440"
    }