You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(#1543): adopt the DataJoint brand tier colors in diagram themes
Retunes _DIAGRAM_THEMES to the brand palette: Imported on DataJoint Blue
#00A0DF, Computed on DataJoint Orange #FF5113, brand grey Lookup, retuned
Manual green; edges, cluster frames, and titles on brand navy #171C39. Dark
theme derived by the existing rule (stroke hue kept, fills inverted toward
navy-tinted darks, text brightened to AA on #161A21). Hue families are
preserved, so tier recognition carries over; structural work from #1534
(shapes, clusters, underlines, edge weights, adaptive block) is unchanged.
Two collision-free adjustments, commented in place: Part text #55585C (vs
Lookup's #5A5C5F) and schema-cluster frame #171D3A (vs edge navy) so the
adaptive mapping stays one-light-color-one-role.
Adds test_theme_text_contrast_meets_aa (every text-on-fill pair >= 4.5:1 in
both themes) and test_adaptive_mapping_is_collision_free; updates theme and
mermaid expectations.
Closes#1543
0 commit comments