pub const COLOURS: ScalarColours;Expand description
Global colour palette used for all debug formatting.
This constant defines the default colour scheme applied when formatting
Scalar and Circle values with {:#?}. Terminal support for 24-bit RGB
colours is required to see the colours properly.