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

    Style similar to the `Xcode` default theme.

    :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   Literalt
   XcodeStylec           B   sÃ   e  Z d  Z d Z i d e 6d e j 6d e 6d e j 6d e 6d e	 6d e
 6d e
 j 6d	 e
 j 6d e
 j 6d e
 j 6d
 e
 j j 6d e
 j 6d e
 j 6d e
 j 6d e
 j 6d e 6d e 6d e 6Z RS(   s=   
    Style similar to the Xcode default colouring theme.
    t    s   #177500s   #633820s   #C41A16s   #2300CEs   #000000s   #A90D91s   #836C28s   #3F6E75s   #5B269As   #1C01CE(   t   __name__t
   __module__t   __doc__t   default_styleR   t   PreprocR   t   CharR   R   R   t	   Attributet   Classt   Functiont   Builtint   Pseudot   Variablet   Tagt	   Decoratort   LabelR   R   R   t   styles(    (    (    s9   /usr/lib/python2.7/dist-packages/pygments/styles/xcode.pyR	      s,   









N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   (    (    (    s9   /usr/lib/python2.7/dist-packages/pygments/styles/xcode.pyt   <module>
   s   :