module Parser::Color

def self.magenta(str, bold: false)

def self.magenta(str, bold: false)
  color(str, 35, bold: bold)
end