feature: Initial commit

This commit is contained in:
Keith Solomon
2025-06-21 10:16:47 -05:00
commit 2ba39a92ea
4 changed files with 55 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#0B3516",
"titleBar.activeBackground": "#104A1F",
"titleBar.activeForeground": "#F4FDF6"
}
}