Unified map of basic color names to RGB values.
This module provides a single source of truth for basic color definitions used across the Pote library.
Summary
Functions
Returns the ANSI code for a basic color name.
Returns the map of basic color names to RGB values.
Functions
@spec ansi_code(atom()) :: non_neg_integer() | nil
Returns the ANSI code for a basic color name.
@spec basic_colors() :: %{required(atom()) => {0..255, 0..255, 0..255}}
Returns the map of basic color names to RGB values.