pub fn map_ansi_color(c: Color, default_fg: Color, default_bg: Color) -> ColorExpand description
Map an alacritty Color to a Freya Color. default_fg / default_bg
resolve NamedColor::Foreground / Background to the configured colors.
pub fn map_ansi_color(c: Color, default_fg: Color, default_bg: Color) -> ColorMap an alacritty Color to a Freya Color. default_fg / default_bg
resolve NamedColor::Foreground / Background to the configured colors.