ó
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.rrt
    ~~~~~~~~~~~~~~~~~~~

    pygments "rrt" theme, based on Zap and Emacs defaults.

    :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(   t   Commentt   Namet   Keywordt   Stringt   RrtStylec           B   sg   e  Z d  Z d Z d Z i d e 6d e j 6d e j 6d e j	 6d e
 6d e j 6d	 e 6d
 e
 j 6Z RS(   sD   
    Minimalistic "rrt" theme, based on Zap and Emacs defaults.
    s   #000000s   #0000ffs   #00ff00s   #ffff00s   #eedd82s   #7fffd4s   #ff0000s   #e5e5e5s   #87ceebs   #ee82ee(   t   __name__t
   __module__t   __doc__t   background_colort   highlight_colorR   R   t   Functiont   Variablet   ConstantR   t   PreprocR   t   Typet   styles(    (    (    s7   /usr/lib/python2.7/dist-packages/pygments/styles/rrt.pyR      s   



N(	   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/pygments/styles/rrt.pyt   <module>
   s   "