Arduino-Pedal-Effects/rust/pico/.vscode/settings.json
2022-07-28 13:43:49 +02:00

8 lines
244 B
JSON

{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"workbench.colorCustomizations": {
"activityBar.background": "#43261A",
"titleBar.activeBackground": "#5E3524",
"titleBar.activeForeground": "#FCF9F8"
}
}