tox test init

This commit is contained in:
c-w-m 2023-01-12 09:52:39 -07:00
parent ffc2c11d99
commit b4604535b2

21
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#f75e3c",
"activityBar.background": "#f75e3c",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#0af535",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#f75e3c",
"statusBar.background": "#f5350b",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#f75e3c",
"statusBarItem.remoteBackground": "#f5350b",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#f5350b",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#f5350b99",
"titleBar.inactiveForeground": "#e7e7e799"
}
}