Initial commit

This commit is contained in:
Keith Solomon
2025-08-15 06:25:45 -05:00
commit 00e123b432
8 changed files with 546 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#3A2A1B",
"titleBar.activeBackground": "#513B25",
"titleBar.activeForeground": "#FCFAF8"
}
}