[][src]Crate colory

colory is a utility to make your command line output more colorful! See the getting started for more details.

Structs

Reset

Sometimes you want to turn off all properties and switching to default for every property is quite unreadable. By using this struct, you can turn off all ansi customizations.

Enums

BackgroundColor

An enum to manipulate background colors.

ForegroundColor

An enum to manipulate foreground colors.

Styles