Files
geograsim/atlas.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

32 lines
1.1 KiB
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"window.title": "Atlas · GeoGraSim ${separator}${activeEditorShort}",
"window.titleSeparator": " — ",
"peacock.color": "#61dafb",
"workbench.colorCustomizations": {
"activityBar.background": "#93e6fc",
"activityBar.activeBackground": "#93e6fc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#61dafb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#93e6fc"
},
"git.ignoreLimitWarning": true
}
}