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

    A colorful style, inspired by the terminal highlighting 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   Errort   Numbert   Operatort   Generict
   Whitespacet   AutumnStylec           B   sH  e  Z d  Z d Z i  d e 6d e 6d e j 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 6d e j 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  6Z& RS(   sH   
    A colorful style, inspired by the terminal highlighting style.
    t    s   #bbbbbbs   italic #aaaaaas   noitalic #4c8317s   italic #0000aas   #0000aas   #00aaaas   #00aa00s   underline #00aa00s   underline #00aaaas   #aa0000s	   bold #800s   #1e90ffs   bold #1e90ffs   #888888s   #aa5500s   #009999s   bold #000080s   bold #800080t   italict   bolds   #555555s   #F00 bg:#FAA('   t   __name__t
   __module__t   __doc__t   default_styleR	   R   t   Preproct   SpecialR   t   TypeR   t   WordR   t   Builtint   Functiont   Classt	   Namespacet   Variablet   Constantt   Entityt	   Attributet   Tagt	   DecoratorR   t   Symbolt   RegexR   R   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/autumn.pyR
      sF   

























N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   (    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/autumn.pyt   <module>
   s   @