ó
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(   se  
    pygments.styles.manni
    ~~~~~~~~~~~~~~~~~~~~~

    A colorful style, inspired by the terminal highlighting style.

    This is a port of the style used in the `php port`_ of pygments
    by Manni. The style is called 'default' there.

    :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
   ManniStylec           B   s•  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 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 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" 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.
    s   #f0f3f3s   #bbbbbbs   italic #0099FFs   noitalic #009999t   bolds   bold #006699t   nobolds   #007788s   #555555s   bold #000000s   #336666s   #CC00FFs   bold #00AA88s   bold #00CCFFs   bold #CC0000s   #003333s   #336600s   #9999FFs   bold #999999s   #330099s   bold #330099s   #CC3300t   italics   #AA0000s   bold #CC3300s   #33AAAAs   #FFCC33s   #FF6600s   bold #003300s   border:#CC0000 bg:#FFCCCCs   border:#00CC00 bg:#CCFFCCs   #FF0000s   bold #000099s   #AAAAAAs   #99CC66s   bg:#FFAAAA #AA0000(.   t   __name__t
   __module__t   __doc__t   background_colorR	   R   t   Preproct   SpecialR   t   Pseudot   TypeR   t   WordR   t   Builtint   Functiont   Classt	   Namespacet	   Exceptiont   Variablet   Constantt   Labelt   Entityt	   Attributet   Tagt	   DecoratorR   t   Doct   Interpolt   Escapet   Regext   Symbolt   OtherR   R   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s9   /usr/lib/python2.7/dist-packages/pygments/styles/manni.pyR
      sV   
































N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   (    (    (    s9   /usr/lib/python2.7/dist-packages/pygments/styles/manni.pyt   <module>   s   @