Provides simple functionality for manipulating the terminal in some way, such as coloring text, etc.
no_color: void,
escape_codes: void,
windows_api: if (native_os == .windows) WindowsContext else void,
fn setColor(conf: Config, out_stream: anytype, color: Color) !void
No documentation provided.