adjust ignore
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
parent
746c1409ca
commit
ed841a9e7d
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
HCPBridgeESP32/src/credentials.h
|
||||
Investigation/bussniffer/tools/opendooralert/opendooralert.py.bak
|
||||
tools/opendooralert/opendooralert.py.bak
|
||||
.vscode
|
||||
HCPBridgeESP32/.vscode
|
||||
|
25
HCPBridgeESP32/.vscode/settings.json
vendored
25
HCPBridgeESP32/.vscode/settings.json
vendored
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user