Class: Mack::Utils::Ansi::ColorRegistry

Inherits:
RegistryMap
  • Object
show all
Defined in:
lib/mack/utils/ansi/ansi_color.rb

Overview

Color

Instance Method Summary collapse

Instance Method Details

#initial_stateObject



17
18
19
20
# File 'lib/mack/utils/ansi/ansi_color.rb', line 17

def initial_state
  { :blue => 34, :black => 30, :red => 31, :green => 32, :yellow => 33, :magenta => 35,
    :purple => 35, :cyan => 36, :white => 37, :clear => 0 }
end