# File lib/rouge/formatters/terminal256.rb, line 15
      def initialize(opts={})
        @theme = opts[:theme] || 'thankful_eyes'
        @theme = Theme.find(@theme) if @theme.is_a? String
      end