o
    h                     @   s   d Z dZi Zded< ed ed< ed ed< ed ed< ed	 ed
< ed ed< ed ed< ed ed< g dZg dZdZeeeD ]\ZZede  ee< edde   ee< ed7 ZqC[[[ed ed< dd Z	dd Z
dd ZdS )z
    pygments.console
    ~~~~~~~~~~~~~~~~

    Format colored console output.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
z[ z	39;49;00mresetZ01mboldZ02mZfaintZ03mZstandoutZ04m	underlineZ05mblinkZ06mZoverline)ZblackZredZgreenZyellowZblueZmagentaZcyanZgray)ZbrightblackZ	brightredZbrightgreenZbrightyellowZ
brightblueZbrightmagentaZ
brightcyanwhite   z%im<      r   c                   C   s   t d S Nr   codes r   r   b/home/www/facesmatcher.com/frenv_anti/lib/python3.10/site-packages/pip/_vendor/pygments/console.pyreset_color(   s   r   c                 C   s   t |  | t d  S r
   r   )Z	color_keytextr   r   r   colorize,   s   r   c                 C   s   g }| dd | dd   krdkr#n n| td  | dd } | dd | dd   kr5dkrDn n| td  | dd } | dd | dd   krVdkren n| td	  | dd } | t|   | | | td
  d|S )z
    Format ``text`` with a color and/or some attributes::

        color       normal color
        *color*     bold color
        _color_     underlined color
        +color+     blinking color
    Nr	   +r   *r   _r   r   r   )appendr   join)attrr   resultr   r   r   
ansiformat0   s   	(((

r   N)__doc__escr   Zdark_colorsZlight_colorsxzipZdarklightr   r   r   r   r   r   r   <module>   s.    

