Module | Airbrussh::Colors |
In: |
lib/airbrussh/colors.rb
|
Very basic support for ANSI color, so that we don‘t have to rely on any external dependencies.
ANSI_CODES | = | { :red => 31, :green => 32, :yellow => 33, :blue => 34, :gray => 90 |