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

    Murphy's style from CodeRay.

    :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   MurphyStylec           B   sî  e  Z d  Z d Z i0 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 j 6d e j j 6d e j 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 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) j0 6d, e) j1 6d- e) j2 6d. e) j3 6d/ e. 6Z4 RS(0   s&   
    Murphy's style from CodeRay.
    t    s   #bbbbbbs   #666 italics   #579 noitalics	   #c00 bolds	   bold #289s   #08fs   #66fs   #333s	   bold #000s   #072s	   bold #5eds	   bold #e9es   bold #0e84b5s	   bold #F00s   #036s   #aafs   #ccfs   #f84s	   bold #970s   #800s   #007s   #070s	   bold #555s
   bg:#e0e0ffs   #88F bg:s   #D42 bg:s   bg:#eees	   bold #666s   bg:#e0e0ff #000s   #fc8 bg:s   #f88s	   bold #60Es	   bold #66fs	   bold #058s	   bold #40Es   bold #000080s   bold #800080s   #A00000s   #00A000s   #FF0000t   italict   bolds   bold #c65d09s   #888s   #04Ds   #F00 bg:#FAA(5   t   __name__t
   __module__t   __doc__t   default_styleR	   R   t   Preproct   SpecialR   t   Pseudot   TypeR   t   WordR   t   Builtint   Functiont   Classt	   Namespacet	   Exceptiont   Variablet   Instancet   Globalt   Constantt   Labelt   Entityt	   Attributet   Tagt	   DecoratorR   t   Chart   Doct   Interpolt   Escapet   Regext   Symbolt   OtherR   t   Integert   Floatt   Hext   OctR   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/murphy.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/murphy.pyt   <module>
   s   @