diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..de4312546 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#78797d", + "activityBar.background": "#78797d", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#df9fac", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#78797d", + "statusBar.background": "#5f6063", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#78797d", + "statusBarItem.remoteBackground": "#5f6063", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#5f6063", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#5f606399", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#5f6063" +} \ No newline at end of file