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