U
    luf@  ã                   @   sf   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mZmZmZmZ dgZG dd„ deƒZdS )a&  
    pygments.styles.monokai
    ~~~~~~~~~~~~~~~~~~~~~~~

    Mimic the Monokai color scheme. Based on tango.py.

    http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )ÚStyle)ÚKeywordÚNameÚCommentÚStringÚErrorÚTokenÚNumberÚOperatorÚGenericÚ
WhitespaceÚPunctuationÚOtherÚLiteralÚMonokaiStylec                Œ   @   s´  e Zd ZdZdZdZdZedede	de
dedejdejdejdejded	ejdejdejd
ejdejdejded
ejdededejdejdejjdejdejd	ejdejdej dej!dej"dej#dejdej
dej$d
ej%dej%jdej%j&dej%j'de(de(j)de(j*de(j+de(j+j,de(j-de.de.j/de0de0j1de0j2de0j3de0j4de0j5de0j6de0j7de0j
de0j8de0jde0j9de:de:j;d
e:j<de:j	de:j=de:j>de:j?d	e:j@de:jAde:jBde:jCde:jDdiFZEdS )r   z5
    This style mimics the Monokai color scheme.
    Zmonokaiz#272822z#49483ez#f8f8f2Ú z#ed007e bg:#1e0010z#959077z#66d9efz#ff4689z#a6e22ez#ae81ffz#e6db74Zitaliczbold #ff4689Zboldzbold italicN)FÚ__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameZbackground_colorZhighlight_colorr   r   r   r   r   Z	MultilineZPreprocÚSingleÚSpecialr   ÚConstantZDeclarationÚ	NamespaceZPseudoZReservedÚTyper
   ÚWordr   r   Ú	AttributeZBuiltinZClassZ	DecoratorÚEntityÚ	ExceptionZFunctionZPropertyZLabelÚTagÚVariableZGlobalZInstancer	   ZFloatZHexZIntegerZLongÚOctr   ÚDater   ZBacktickÚCharZDocÚDoubleZEscapeZHeredocZInterpolÚRegexZSymbolr   ZDeletedZEmphZHeadingZInsertedZOutputZPromptZStrongZ
EmphStrongZ
SubheadingÚ	TracebackZstyles© r(   r(   ú;/tmp/pip-unpacked-wheel-7eq1ciah/pygments/styles/monokai.pyr      s"                                                                        ¯N)r   Zpygments.styler   Zpygments.tokenr   r   r   r   r   r   r	   r
   r   r   r   r   r   Ú__all__r   r(   r(   r(   r)   Ú<module>   s   <