joshpeng / One-Dark

Atom's One Dark theme for Visual Studio Code
MIT License
15 stars 2 forks source link

workbench colorCustomizations #10

Open johannes-z opened 5 years ago

johannes-z commented 5 years ago

I have to add this to my settings.json for the theme to apply on workbench items too. Maybe it's worth integrating into the theme?

    "workbench.colorCustomizations": {
        "[One Dark+ (Sublime)]": {
            "activityBar.background": "#2F333D",
            "activityBar.foreground": "#D7DAE0",
            "activityBarBadge.background": "#4D78CC",
            "activityBarBadge.foreground": "#F8FAFD",
            "button.background": "#404754",
            "diffEditor.insertedTextBackground": "#00809B33",
            "dropdown.background": "#1d1f23",
            "dropdown.border": "#181A1F",
            "editor.background": "#282c34",
            "editor.findMatchHighlightBackground": "#314365",
            "editor.lineHighlightBackground": "#383E4A",
            "editor.selectionBackground": "#3E4451",
            "editorCursor.foreground": "#f8f8f0",
            "editorGroup.background": "#181A1F",
            "editorGroup.border": "#181A1F",
            "editorGroupHeader.tabsBackground": "#21252B",
            "editorHoverWidget.background": "#21252B",
            "editorHoverWidget.border": "#181A1F",
            "editorIndentGuide.background": "#3B4048",
            "editorLineNumber.foreground": "#495162",
            "editorSuggestWidget.background": "#21252B",
            "editorSuggestWidget.border": "#181A1F",
            "editorSuggestWidget.selectedBackground": "#2c313a",
            "editorWhitespace.foreground": "#3B4048",
            "editorWidget.background": "#21252B",
            "input.background": "#1d1f23",
            "list.activeSelectionBackground": "#2c313a",
            "list.activeSelectionForeground": "#d7dae0",
            "list.focusBackground": "#383E4A",
            "list.highlightForeground": "#C5C5C5",
            "list.hoverBackground": "#292d35",
            "list.inactiveSelectionBackground": "#2c313a",
            "list.inactiveSelectionForeground": "#d7dae0",
            "notifications.background": "#21252b",
            "scrollbarSlider.activeBackground": "#747D9180",
            "scrollbarSlider.background": "#4E566680",
            "scrollbarSlider.hoverBackground": "#5A637580",
            "sideBar.background": "#21252b",
            "sideBarSectionHeader.background": "#282c34",
            "tab.activeBackground": "#2c313a",
            "tab.border": "#181A1F",
            "tab.inactiveBackground": "#21252B",
            "titleBar.activeBackground": "#282c34",
            "titleBar.activeForeground": "#9da5b4",
            "titleBar.inactiveBackground": "#282C34",
            "titleBar.inactiveForeground": "#6B717D"
        }
    },