Files
Keith Solomon 812e5c2f2a feature: Initial MVP
2026-04-05 16:20:39 -05:00

17 lines
627 B
JSON

{
"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"
}
}