HCPBridgeESP32/HCPBridgeESP32/.vscode/settings.json

35 lines
1.2 KiB
JSON

{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"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"
}