ó
xiù\c           @   sp   d  Z  d d l m Z d d l m Z m Z m Z m Z m Z m	 Z	 m
 Z
 m Z m Z d e f d „  ƒ  YZ d S(   s<  
    pygments.styles.stata_light
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Light Style inspired by Stata's do-file editor. Note this is not
    meant to be a complete style, just for Stata's file formats.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(	   t   Keywordt   Namet   Commentt   Stringt   Errort   Numbert   Operatort
   Whitespacet   Textt   StataLightStylec           B   s‡   e  Z d  Z d Z i d e 6d e 6d e 6d e 6d e 6d e	 6d e
 j 6d e
 j 6d e 6d e j 6d	 e 6d
 e
 j 6d e
 j j 6Z RS(   s…   
    Light mode style inspired by Stata's do-file editor. This is not
    meant to be a complete style, just for use with Stata.
    t    s   #111111s   #bbbbbbs   bg:#e3d2d2 #a61717s   #7a2424s   #2c2cffs   #be646cs   bold #353580s   italic #008800s   bold #35babas   bold #b5565e(   t   __name__t
   __module__t   __doc__t   default_styleR	   R   R   R   R   R   R   t   Functiont   OtherR   t   ConstantR   t   Variablet   Globalt   styles(    (    (    s:   lib/python2.7/site-packages/pygments/styles/stata_light.pyR
      s    



N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   (    (    (    s:   lib/python2.7/site-packages/pygments/styles/stata_light.pyt   <module>   s   @