summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 3f28854ab1a5fa93a4a36aae067c93e09221cdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "rust-analyzer.linkedProjects": [
        "scripts/native-utils/Cargo.toml"
    ],
    "workbench.colorCustomizations": {
        "commandCenter.border": "#e7e7e799",
        "sash.hoverBorder": "#6194da",
        "titleBar.activeBackground": "#3878d0",
        "titleBar.activeForeground": "#e7e7e7",
        "titleBar.inactiveBackground": "#3878d099",
        "titleBar.inactiveForeground": "#e7e7e799"
    },
    "peacock.remoteColor": "#3878d0"
}