# File lib/rouge/theme.rb, line 8
      def initialize(theme, hsh={})
        super()
        @theme = theme
        merge!(hsh)
      end