diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..de2ecf1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "workbench.colorCustomizations": { + "statusBar.background": "#047b81", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#06aab2", + "statusBarItem.remoteBackground": "#047b81", + "statusBarItem.remoteForeground": "#e7e7e7", + "tab.activeBorder": "#06aab2" + }, + "peacock.color": "#047b81" +} \ No newline at end of file