ó
l2RTc           @   sR   d  Z  d d l m Z d d l m Z m Z m Z m Z d e f d „  ƒ  YZ d S(   sÄ   
    pygments.styles.igor
    ~~~~~~~~~~~~~~~~~~~~

    Igor Pro default style.

    :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(   t   Keywordt   Namet   Commentt   Stringt	   IgorStylec           B   sM   e  Z d  Z d Z i d e 6d e 6d e j 6d e j 6d e j	 6d e
 6Z RS(   sJ   
    Pygments version of the official colors for Igor Pro procedures.
    t    s   italic #FF0000s   #0000FFs   #C34E00s   #CC00A3s   #007575s   #009C00(   t   __name__t
   __module__t   __doc__t   default_styleR   R   R   t   Functiont	   Decoratort   ClassR   t   styles(    (    (    s8   /usr/lib/python2.7/dist-packages/pygments/styles/igor.pyR      s   


N(	   R	   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   (    (    (    s8   /usr/lib/python2.7/dist-packages/pygments/styles/igor.pyt   <module>
   s   "