class Rainbow::Presenter

def bright

Turns on bright/bold for this text.
def bright
  wrap_with_sgr(TERM_EFFECTS[:bright])
end