Initial commit

This commit is contained in:
Keith Solomon
2026-07-08 07:53:15 -05:00
commit eb03d54b3d
2 changed files with 741 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#594905",
"titleBar.activeBackground": "#7D6607",
"titleBar.activeForeground": "#FEFBEC",
"titleBar.inactiveBackground": "#594905",
"titleBar.inactiveForeground": "#FEFBEC",
"statusBar.background": "#594905",
"statusBar.foreground": "#FEFBEC",
"statusBar.debuggingBackground": "#594905",
"statusBar.debuggingForeground": "#FEFBEC",
"statusBar.noFolderBackground": "#594905",
"statusBar.noFolderForeground": "#FEFBEC"
}
}