# File lib/rouge/theme.rb, line 134
    def mode!(arg)
      @mode = arg
      send("make_#{arg}!")
    end