Module: Airbrussh::Colors
- Included in:
- Airbrussh::Capistrano::Tasks, CommandFormatter, ConsoleFormatter
- Defined in:
- lib/airbrussh/colors.rb
Overview
Very basic support for ANSI color, so that we don’t have to rely on any external dependencies.
Constant Summary collapse
- ANSI_CODES =
{ :red => 31, :green => 32, :yellow => 33, :blue => 34, :gray => 90 }.freeze