class Rainbow::Presenter

def inverse

Inverses current foreground/background colors.
def inverse
  wrap_with_sgr(TERM_EFFECTS[:inverse])
end