Commit d20cb4b4 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Update vscode color settings

parent 3537084c
Loading
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
{
    "workbench.colorCustomizations": {
        "activityBar.activeBackground": "#e65212",
        "activityBar.background": "#e65212",
        "activityBar.activeBackground": "#2f7c47",
        "activityBar.background": "#2f7c47",
        "activityBar.foreground": "#e7e7e7",
        "activityBar.inactiveForeground": "#e7e7e799",
        "activityBarBadge.background": "#075920",
        "activityBarBadge.background": "#422c74",
        "activityBarBadge.foreground": "#e7e7e7",
        "commandCenter.border": "#e7e7e799",
        "sash.hoverBorder": "#e65212",
        "statusBar.background": "#b7410e",
        "sash.hoverBorder": "#2f7c47",
        "statusBar.background": "#215732",
        "statusBar.foreground": "#e7e7e7",
        "statusBarItem.hoverBackground": "#e65212",
        "statusBarItem.remoteBackground": "#b7410e",
        "statusBarItem.hoverBackground": "#2f7c47",
        "statusBarItem.remoteBackground": "#215732",
        "statusBarItem.remoteForeground": "#e7e7e7",
        "titleBar.activeBackground": "#b7410e",
        "titleBar.activeBackground": "#215732",
        "titleBar.activeForeground": "#e7e7e7",
        "titleBar.inactiveBackground": "#b7410e99",
        "titleBar.inactiveBackground": "#21573299",
        "titleBar.inactiveForeground": "#e7e7e799"
    },
    "peacock.color": "#b7410e"
    "peacock.color": "#215732",
    "python.linting.pylintEnabled": true
}
 No newline at end of file