Module: Crabfarm::Modes::Console::Colors

Included in:
Shared::InteractiveDecorator::Colors, Shared::SnapshotDecorator::Colors
Defined in:
lib/crabfarm/modes/console.rb

Constant Summary collapse

NOTICE =
'555555'
QUESTION =
'555555'
WARNING =
:yellow
ERROR =
:red
RESULT =
'00FF00'