feature: Initial commit

This commit is contained in:
Keith Solomon
2025-09-01 10:17:36 -05:00
commit ba6818cfff
5 changed files with 433 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#482405",
"titleBar.activeBackground": "#653308",
"titleBar.activeForeground": "#FEFAF6"
}
}