ó
l2RTc           @   sj   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 d e f d „  ƒ  YZ d S(   sÛ   
    pygments.styles.fruity
    ~~~~~~~~~~~~~~~~~~~~~~

    pygments version of my "fruity" vim theme.

    :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(   t   Tokent   Commentt   Namet   Keywordt   Generict   Numbert   Stringt
   Whitespacet   FruityStylec           B   s¸   e  Z d  Z d Z d Z i d e 6d e 6d e j 6d e	 6d e	 j
 6d e 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 6Z RS(   s5   
    Pygments version of the "native" vim theme.
    s   #111111s   #333333s   #888888s   #ffffffs   #444444 bg:#222222s   #fb660a boldt   nobolds   #0086f7 bolds   #fb660as   #008800 bg:#0f140f italics   #ff0086 bolds   #0086d2s   #ffffff bolds   #cdcaa9 bolds   #ff0007 bold(   t   __name__t
   __module__t   __doc__t   background_colort   highlight_colorR   R   R   t   OutputR   t   PseudoR   R   t   Tagt   VariableR   t	   AttributeR   t   Functiont   Headingt   Typet
   Subheadingt   Constantt   Preproct   styles(    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/fruity.pyR	      s*   









N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   (    (    (    s:   /usr/lib/python2.7/dist-packages/pygments/styles/fruity.pyt   <module>
   s   :