Files
geograsim/logistik.code-workspace
T
Adminator 1e51ef7def Nachtrag: alle bisher untracked Ordner + hängende Änderungen mit-committen
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/
- 12 code-workspace-Files
- STATUS-*.md
- viele M/D/R-Änderungen an bereits getrackten Files
- .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-08 02:27:02 +02:00

31 lines
1.0 KiB
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"window.title": "Logistik · GeoGraSim ${separator}${activeEditorShort}",
"window.titleSeparator": " — ",
"peacock.color": "#f5c842",
"workbench.colorCustomizations": {
"activityBar.background": "#f5c842",
"activityBar.activeBackground": "#f5c842",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#f5c842",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f5c84299",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#f5c842",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#f5c84299",
"statusBarItem.remoteBackground": "#f5c842",
"statusBarItem.remoteForeground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#f5c842"
}
}
}