feature: Initial commit

This commit is contained in:
Keith Solomon
2026-08-24 08:46:51 -05:00
commit 158f978021
24 changed files with 2200 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#A02C18",
"titleBar.activeBackground": "#DE3F24",
"titleBar.activeForeground": "#FEF9F9",
"titleBar.inactiveBackground": "#A02C18",
"titleBar.inactiveForeground": "#FEF9F9",
"statusBar.background": "#A02C18",
"statusBar.foreground": "#FEF9F9",
"statusBar.debuggingBackground": "#A02C18",
"statusBar.debuggingForeground": "#FEF9F9",
"statusBar.noFolderBackground": "#A02C18",
"statusBar.noFolderForeground": "#FEF9F9"
}
}