- Shipped
- August 15, 2026 at 5:30 AM UTC
- Author
- Kamo
- Commit
- 4c371a8
The solid colour an org can paint over the masthead logo on the kamo-internal home page, plus its branch in the generic patch path so the existing PUT /org/{id} persists it alongside bgWatermark. Stores a token — PRIMARY_DARKER, not 004ba0 — resolved against this org's own colours at render time, so an org that later rebrands keeps an overlay that still matches instead of a hex frozen when somebody picked it. Plain String rather than an enum, so a future token needs no CHECK-constraint sweep. Null resolves to NONE on the client, which is why every existing org starts with no overlay and needs no backfill. The home_logo_overlay column is already applied (KamoInitializer, OrgHomeLogoOverlayMigration) — this field maps a column that exists, not one a service will SELECT into a query error.