Skip to main content

Type Alias: HighlightColor

HighlightColor = "yellow" | "green" | "blue" | "red" | "purple" | "orange"

Defined in: Data/Core/Types.ts:367

Highlight colour names.

Storage moved to hex #RRGGBB in v2 (matching collection.color); these six names remain the UI palette. See Core/Colors.ts for the name↔hex mapping and normalizeMarkupColor for the read path that accepts both.