diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..90a3406 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#9ed8bc", + "activityBar.background": "#9ed8bc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#a177c8", + "activityBarBadge.foreground": "#15202b" + }, + "peacock.color": "#7ac9a3", + "peacock.remoteColor": "#e67338" +} \ No newline at end of file