feature: Initial commit

This commit is contained in:
Keith Solomon
2025-11-29 10:10:11 -06:00
commit db4058539a
3 changed files with 49 additions and 0 deletions

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

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