chromatic/
config.rs

1//! Configuration for the library.
2
3/// Character used to print the colour in the terminal.
4pub const PRINT_BLOCK: char = '\u{2588}';