ó
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.perldoc
    ~~~~~~~~~~~~~~~~~~~~~~~

    Style similar to the style used in the `perldoc`_ code blocks.

    .. _perldoc: http://perldoc.perl.org/

    :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   PerldocStylec           B   sb  e  Z d  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 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 j' 6d e" 6Z( RS(   sE   
    Style similar to the style used in the perldoc code blocks.
    s   #eeeeddt    s   #bbbbbbs   #228B22s   #1e889bs   #8B008B bolds   #CD5555s   #1c7e71 italics   #B452CDs   #cb6c20s   #1c7e71s   #8B008Bs   #a7a7a7s   #008b45 bolds   #008b45s   #008b45 underlines   #00688Bs   #707a7cs   #658b00s   bold #000080s   bold #800080s   #aa0000s   #00aa00t   italict   bolds   #555555s   #888888s   bg:#e3d2d2 #a61717()   t   __name__t
   __module__t   __doc__t   background_colort   default_styleR	   R   t   Preproct   SpecialR   t   Heredoct   Regext   OtherR   R   t   WordR   t   TypeR   t   Classt	   Exceptiont   Functiont	   Namespacet   Variablet   Constantt	   Decoratort   Tagt	   Attributet   BuiltinR   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s;   /usr/lib/python2.7/dist-packages/pygments/styles/perldoc.pyR
      sL   



























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/perldoc.pyt   <module>   s   @