diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..a3b068f3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#00e6cc", + "activityBar.background": "#00e6cc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#e620ff", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#00e6cc", + "statusBar.background": "#00b39f", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#00e6cc", + "statusBarItem.remoteBackground": "#00b39f", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#00b39f", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#00b39f99", + "titleBar.inactiveForeground": "#e7e7e799" + } +} \ No newline at end of file