feature: First push to git

This commit is contained in:
Keith Solomon
2026-05-16 14:02:49 -05:00
commit 265f69d95a
46 changed files with 11551 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#053610",
"titleBar.activeBackground": "#074B17",
"titleBar.activeForeground": "#EEFDF1",
"titleBar.inactiveBackground": "#053610",
"titleBar.inactiveForeground": "#EEFDF1",
"statusBar.background": "#053610",
"statusBar.foreground": "#EEFDF1",
"statusBar.debuggingBackground": "#053610",
"statusBar.debuggingForeground": "#EEFDF1",
"statusBar.noFolderBackground": "#053610",
"statusBar.noFolderForeground": "#EEFDF1"
}
}