feature: Initial commit

This commit is contained in:
Keith Solomon
2026-04-13 20:06:32 -05:00
commit 351dc06ec4
38 changed files with 8138 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#2E2267",
"titleBar.activeBackground": "#412F90",
"titleBar.activeForeground": "#FBFBFE",
"titleBar.inactiveBackground": "#2E2267",
"titleBar.inactiveForeground": "#FBFBFE",
"statusBar.background": "#2E2267",
"statusBar.foreground": "#FBFBFE",
"statusBar.debuggingBackground": "#2E2267",
"statusBar.debuggingForeground": "#FBFBFE",
"statusBar.noFolderBackground": "#2E2267",
"statusBar.noFolderForeground": "#FBFBFE"
}
}