ó
l2RTc           @   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.native
    ~~~~~~~~~~~~~~~~~~~~~~

    pygments version of my "native" vim theme.

    :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(
   t   Keywordt   Namet   Commentt   Stringt   Errort   Numbert   Operatort   Generict   Tokent
   Whitespacet   NativeStylec           B   sK  e  Z d  Z d Z d Z i  d e 6d e 6d e 6d e j 6d e j	 6d e
 6d	 e
 j 6d e j 6d
 e 6d e j 6d e 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j  6d e j! 6d e j" 6d e j# 6d e j$ 6d e j% 6d e j& 6d e! 6Z' RS(   s5   
    Pygments version of the "native" vim theme.
    s   #202020s   #404040s   #d0d0d0s   #666666s   italic #999999s   noitalic bold #cd2828s    noitalic bold #e50808 bg:#520000s   bold #6ab825t   nobolds   #ed9d13s   #ffa500s   #3677a9s   #24909ds   #40ffffs   underline #447fcfs   #447fcfs   #bbbbbbs   bold #ffffffs   underline #ffffffs   #d22323s   #589819t   italict   bolds   #aaaaaas   #ccccccs   bg:#e3d2d2 #a61717((   t   __name__t
   __module__t   __doc__t   background_colort   highlight_colorR	   R
   R   t   Preproct   SpecialR   t   PseudoR   t   WordR   t   OtherR   R   t   Builtint   Variablet   Constantt   Classt   Functiont	   Namespacet	   Exceptiont   Tagt	   Attributet	   DecoratorR   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/native.pyR      sH   
























N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   R   (    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/native.pyt   <module>
   s   F