feature: Initial commit

This commit is contained in:
Keith Solomon
2025-09-24 12:27:25 -05:00
commit d512b1351e
10 changed files with 1498 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#4B1A44",
"titleBar.activeBackground": "#69255F",
"titleBar.activeForeground": "#FDF9FC"
}
}