feature: Initial commit

This commit is contained in:
Keith Solomon
2025-10-19 14:28:54 -05:00
commit 8bc8e0125d
4 changed files with 257 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#5C0A2F",
"titleBar.activeBackground": "#800E42",
"titleBar.activeForeground": "#FFFCFD"
}
}