Feat: add persisted account theme settings

This commit is contained in:
MangoPig
2026-07-06 17:02:40 +01:00
parent 715661a4d2
commit dc081ccc5b
14 changed files with 653 additions and 46 deletions
@@ -232,6 +232,9 @@ func (service *Service) ensureBootstrapPOSIXSkeleton(
"type": "personal",
"name": personalName,
"slug": personalSlug,
"theme": map[string]any{
"presetId": "moku-midnight",
},
}); err != nil {
return fmt.Errorf("write personal %s: %w", posixSettingsFileName, err)
}