feature: Initial commit

This commit is contained in:
Keith Solomon
2026-03-15 09:41:22 -05:00
commit 95c629a42e
8 changed files with 2112 additions and 0 deletions

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

@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#092D5A",
"titleBar.activeBackground": "#0D3F7E",
"titleBar.activeForeground": "#F7FAFE",
"titleBar.inactiveBackground": "#092D5A",
"titleBar.inactiveForeground": "#F7FAFE",
"statusBar.background": "#092D5A",
"statusBar.foreground": "#F7FAFE",
"statusBar.debuggingBackground": "#092D5A",
"statusBar.debuggingForeground": "#F7FAFE",
"statusBar.noFolderBackground": "#092D5A",
"statusBar.noFolderForeground": "#F7FAFE"
}
}