dahlia/colors
This module contains colorsets to be used with dahlia.with_colors
.
Functions
pub fn eight_bit() -> Map(String, Ansi)
A color set for terminals that support 8 bit ansi. This color set includes formatting characters.
pub fn four_bit() -> Map(String, Ansi)
A color set for terminals that support 4 bit ansi. This color set includes formatting characters.
pub fn three_bit() -> Map(String, Ansi)
A color set for terminals that support 3 bit ansi. This color set includes formatting characters.
pub fn twentyfour_bit() -> Map(String, Ansi)
A color set for terminals that support 24 bit ansi. This color set includes formatting characters.