Files
geograsim/sonnensystem.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.0 KiB
Plaintext

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