class HighLine::ColorScheme

def to_symbol(t)

Return a normalized representation of a color name.
def to_symbol(t)
  t.to_s.downcase
end