feature: Initial commit

This commit is contained in:
Keith Solomon
2025-01-30 15:00:34 -06:00
commit 851a40c1c0
4 changed files with 159 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#193414",
"titleBar.activeBackground": "#23481C",
"titleBar.activeForeground": "#F6FBF5"
}
}