feature: Initial commit

This commit is contained in:
Keith Solomon
2025-12-02 13:09:46 -06:00
commit 4bd45bf2de
5 changed files with 472 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#1F2E41",
"titleBar.activeBackground": "#2B415B",
"titleBar.activeForeground": "#F9FAFC"
}
}