From 0e98e49e33fd92a56cd86638ad10f567e9e58740 Mon Sep 17 00:00:00 2001 From: lefv Date: Thu, 18 Jul 2024 14:53:32 -0400 Subject: [PATCH] Adding settings json --- .vscode/settings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b793c71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#7ed1d0", + "activityBar.background": "#7ed1d0", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#c35bc4", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#7ed1d0", + "statusBar.background": "#59c3c2", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#3eabaa", + "statusBarItem.remoteBackground": "#59c3c2", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#59c3c2", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#59c3c299", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#59c3c2" +} \ No newline at end of file