ó
xiù\c           @   sv   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 m Z d e f d „  ƒ  YZ d S(   s:  
    pygments.styles.stata_dark
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Dark 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   Generict   Textt   StataDarkStylec           B   s—   e  Z d  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 6d e j 6Z RS(   t    s   #232629s   #49483es   #bbbbbbs   bg:#e3d2d2 #a61717s   #ccccccs   #51cc99s   #4FB8CCs   #6a6affs   #e2828es   bold #7686bbs   italic #777777s   bold #7AB4DBs   bold #BE646Cs   #ffffff(   t   __name__t
   __module__t   default_stylet   background_colort   highlight_colorR   R   R
   R   R   R   R   t   Functiont   OtherR   t   ConstantR   t   Variablet   GlobalR	   t   Promptt   styles(    (    (    s9   lib/python2.7/site-packages/pygments/styles/stata_dark.pyR      s$   



N(   t   __doc__t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   R   (    (    (    s9   lib/python2.7/site-packages/pygments/styles/stata_dark.pyt   <module>   s   F