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

fix: Update vscode color settings

parent d20cb4b4
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
{
    "workbench.colorCustomizations": {
        "activityBar.activeBackground": "#2f7c47",
        "activityBar.activeBackground": "#215732",
        "activityBar.background": "#2f7c47",
        "activityBar.foreground": "#e7e7e7",
        "activityBar.inactiveForeground": "#e7e7e799",
@@ -18,6 +18,5 @@
        "titleBar.inactiveBackground": "#21573299",
        "titleBar.inactiveForeground": "#e7e7e799"
    },
    "peacock.color": "#215732",
    "python.linting.pylintEnabled": true
    "peacock.color": "#215732"
}
 No newline at end of file