From b0319fa8e9a3dbbef815ac064b9f25a0521564b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hora=C8=9Biu=20Mlendea?= Date: Fri, 12 Nov 2021 13:48:30 +0200 Subject: [PATCH] Created a VS Code settings file --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json 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