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