{
    "workbench.colorCustomizations": {
        "activityBar.activeBackground": "#05a7d4",
        "activityBar.activeBorder": "#bb0493",
        "activityBar.background": "#05a7d4",
        "activityBar.foreground": "#e7e7e7",
        "activityBar.inactiveForeground": "#e7e7e799",
        "activityBarBadge.background": "#bb0493",
        "activityBarBadge.foreground": "#e7e7e7",
        "sash.hoverBorder": "#05a7d4",
        "statusBar.background": "#0480a2",
        "statusBar.foreground": "#e7e7e7",
        "statusBarItem.hoverBackground": "#05a7d4",
        "statusBarItem.remoteBackground": "#0480a2",
        "statusBarItem.remoteForeground": "#e7e7e7",
        "titleBar.activeBackground": "#0480a2",
        "titleBar.activeForeground": "#e7e7e7",
        "titleBar.inactiveBackground": "#0480a299",
        "titleBar.inactiveForeground": "#e7e7e799",
        "commandCenter.border": "#e7e7e799"
    },
    "peacock.color": "#0480a2",
    "vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
    "editor.lineNumbers": "relative"
}