Initial commit

This commit is contained in:
Keith Solomon
2025-04-19 14:33:01 -05:00
commit 9654e9965c
9 changed files with 218 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#0C188E",
"titleBar.activeBackground": "#1121C7",
"titleBar.activeForeground": "#F9F9FE"
}
}