feature: Initial MVP

This commit is contained in:
Keith Solomon
2026-04-05 16:20:39 -05:00
parent 3af0b9cd0f
commit 812e5c2f2a
60 changed files with 5917 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#4C0A64",
"titleBar.activeBackground": "#6A0E8C",
"titleBar.activeForeground": "#FDFAFE",
"titleBar.inactiveBackground": "#4C0A64",
"titleBar.inactiveForeground": "#FDFAFE",
"statusBar.background": "#4C0A64",
"statusBar.foreground": "#FDFAFE",
"statusBar.debuggingBackground": "#4C0A64",
"statusBar.debuggingForeground": "#FDFAFE",
"statusBar.noFolderBackground": "#4C0A64",
"statusBar.noFolderForeground": "#FDFAFE"
}
}