feature: Initial commit

This commit is contained in:
Keith Solomon
2025-12-24 16:32:12 -06:00
commit 5de6756130
5 changed files with 180 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#4E1845",
"titleBar.activeBackground": "#6D2260",
"titleBar.activeForeground": "#FDF8FC"
}
}