[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-06-24 20:55:48 +00:00
parent c2795b1030
commit 586aee130a

40
.vscode/settings.json vendored
View File

@ -1,22 +1,22 @@
{ {
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"activityBar.activeBackground": "#65c89b", "activityBar.activeBackground": "#65c89b",
"activityBar.background": "#65c89b", "activityBar.background": "#65c89b",
"activityBar.foreground": "#15202b", "activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99", "activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#945bc4", "activityBarBadge.background": "#945bc4",
"activityBarBadge.foreground": "#e7e7e7", "activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99", "commandCenter.border": "#15202b99",
"sash.hoverBorder": "#65c89b", "sash.hoverBorder": "#65c89b",
"statusBar.background": "#42b883", "statusBar.background": "#42b883",
"statusBar.foreground": "#15202b", "statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#359268", "statusBarItem.hoverBackground": "#359268",
"statusBarItem.remoteBackground": "#42b883", "statusBarItem.remoteBackground": "#42b883",
"statusBarItem.remoteForeground": "#15202b", "statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#42b883", "titleBar.activeBackground": "#42b883",
"titleBar.activeForeground": "#15202b", "titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#42b88399", "titleBar.inactiveBackground": "#42b88399",
"titleBar.inactiveForeground": "#15202b99" "titleBar.inactiveForeground": "#15202b99"
}, },
"peacock.color": "#42b883" "peacock.color": "#42b883"
} }