setColors

Sets terminal colors

version(Posix)
bool
setColors
@safe

Parameters

fgC
Type: Color

The foreground color

bgC
Type: Color

The background color

Return Value

Type: bool

true in case of success, otherwise false

Meta