diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000000000000000000000000000000000..44739a9d857902ed38c46cc50bc708e1e3d2f1ed --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#416B8B", + "activityBar.foreground": "#F7F7F7", + "activityBar.inactiveForeground": "#B3C7D6", + "activityBar.activeBorder": "#416B8B", + "activityBarBadge.background": "#B3C7D6", + "activityBarBadge.foreground": "#416B8B" + }, +} \ No newline at end of file