# File lib/prawn/graph/themes.rb, line 49
      def self.method_missing(method, *args)
        if @@_themes_list.keys.include?(method)
          return @@_themes_list[method]
        end
      end