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

    Style similar to the style used in the Borland IDEs.

    :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   BorlandStylec           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
 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 6Z RS(   s>   
    Style similar to the style used in the borland IDEs.
    t    s   #bbbbbbs   italic #008800s   noitalic #008080s   noitalic bolds   #0000FFs   #800080s   bold #000080t   bolds   #FF0000s   #999999s   #aaaaaas   bg:#ffdddd #000000s   bg:#ddffdd #000000s   #aa0000t   italics   #555555s   #888888s   bg:#e3d2d2 #a61717(   t   __name__t
   __module__t   __doc__t   default_styleR	   R   t   Preproct   SpecialR   t   CharR   R   R   t   WordR   t   Tagt	   AttributeR   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s;   /usr/lib/python2.7/dist-packages/pygments/styles/borland.pyR
      s2   















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/borland.pyt   <module>
   s   @