[][src]Function bear_lib_terminal::terminal::set_colors

pub fn set_colors(fg: Color, bg: Color)

Sets the current foreground and background color, which will affect all the output functions called later.

This is equivalent to calling set_background() and set_foreground() in succession.