Files
Newsletter-Link-Catalog/.vscode/settings.json
T
2026-05-16 14:02:49 -05:00

17 lines
627 B
JSON

{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#053610",
"titleBar.activeBackground": "#074B17",
"titleBar.activeForeground": "#EEFDF1",
"titleBar.inactiveBackground": "#053610",
"titleBar.inactiveForeground": "#EEFDF1",
"statusBar.background": "#053610",
"statusBar.foreground": "#EEFDF1",
"statusBar.debuggingBackground": "#053610",
"statusBar.debuggingForeground": "#EEFDF1",
"statusBar.noFolderBackground": "#053610",
"statusBar.noFolderForeground": "#EEFDF1"
}
}