From efe49c30026c92183c1fc3a693e99e008f12943e Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 19 Jul 2024 14:36:22 +0100 Subject: [PATCH] Create settings.json --- .vscode/settings.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4efa6ad --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,26 @@ +{ + "sonarlint.connectedMode.project": { + "connectionId": "guilhermestracini", + "projectKey": "GuilhermeStracini_POC-dotnet-CQRS" + }, + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#3399ff", + "activityBar.background": "#3399ff", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#bf0060", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#3399ff", + "statusBar.background": "#007fff", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#3399ff", + "statusBarItem.remoteBackground": "#007fff", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#007fff", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#007fff99", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#007fff" +}