Skip to main content

ACCENT_PRIMARY

Constant ACCENT_PRIMARY 

Source
pub const ACCENT_PRIMARY: u8 = 39;
Expand description

Bright blue — used for primary action/route/tool identifiers.

RGB equivalent: (41, 182, 246) — sky blue

Used for structured field values where the value identifies the primary action being taken:

  • action=greet → “greet” in blue
  • tool=example → “example” in blue
  • route=/health → “/health” in blue
  • addr=0.0.0.0:3000 → “0.0.0.0:3000” in blue