
    ,h                     H    d Z ddlmZ ddlmZmZmZmZ dgZ G d de      Z	y)z
    pygments.styles.igor
    ~~~~~~~~~~~~~~~~~~~~

    Igor Pro default style.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )Style)KeywordNameCommentString	IgorStylec                   l    e Zd ZdZdZededej                  dej                  dej                  dediZy	)
r   zJ
    Pygments version of the official colors for Igor Pro procedures.
    igorzitalic #FF0000z#0000FFz#C34E00z#CC00A3z#007575z#009C00N)__name__
__module____qualname____doc__namer   r   r   Function	DecoratorClassr   styles     V/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/styles/igor.pyr   r      sB     D 	 0			

		Fr   N)
r   pygments.styler   pygments.tokenr   r   r   r   __all__r   r   r   r   <module>r      s*    ! 9 9 - r   