From ed841a9e7d4684e18f4eee6cd882cfb90e04c5e1 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Sun, 9 Apr 2023 21:21:30 +0200 Subject: [PATCH] adjust ignore Signed-off-by: Lukas Bachschwell --- .gitignore | 2 ++ HCPBridgeESP32/.vscode/settings.json | 25 ++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 58ee167..ae6cc2a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ HCPBridgeESP32/src/credentials.h Investigation/bussniffer/tools/opendooralert/opendooralert.py.bak tools/opendooralert/opendooralert.py.bak +.vscode +HCPBridgeESP32/.vscode diff --git a/HCPBridgeESP32/.vscode/settings.json b/HCPBridgeESP32/.vscode/settings.json index d67a7f8..8c70b87 100644 --- a/HCPBridgeESP32/.vscode/settings.json +++ b/HCPBridgeESP32/.vscode/settings.json @@ -8,5 +8,28 @@ "vector": "cpp", "initializer_list": "cpp", "regex": "cpp" - } + }, + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#db5c29", + "activityBar.background": "#db5c29", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#25da59", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#db5c29", + "statusBar.background": "#b3491e", + "statusBar.border": "#b3491e", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#db5c29", + "statusBarItem.remoteBackground": "#b3491e", + "statusBarItem.remoteForeground": "#e7e7e7", + "tab.activeBorder": "#db5c29", + "titleBar.activeBackground": "#b3491e", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.border": "#b3491e", + "titleBar.inactiveBackground": "#b3491e99", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#b3491e" } \ No newline at end of file