
    ,h                     \    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 dgZ G d de      Zy)a  
    pygments.styles.friendly_grayscale
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    A style based on friendly style.
    The color values of the friendly style have been converted to grayscale
    using the luminosity value calculated by
    http://www.workwithcolor.com/color-converter-01.htm

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )Style)	KeywordNameCommentStringErrorNumberOperatorGeneric
WhitespaceFriendlyGrayscaleStylec                      e Zd ZdZdZdZi ededej                  dej                  de
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j*                  dej,                  dej.                  di ej0                  dej2                  dej4                  dej6                  dedej:                  dej<                  dej>                  dej@                  dejB                  dejD                  de#de$jJ                  de$jL                  de$jN                  de$jP                  d e$jR                  d!e$jT                  de$jV                  d"e$jX                  d#e$jZ                  de$j\                  de$j^                  d$e)d%iZ0y&)'r   z[
    A modern grayscale style based on the friendly style.

    .. versionadded:: 2.11
    friendly_grayscalez#f0f0f0z#bbbbbbzitalic #959595znoitalic #575757znoitalic bg:#F4F4F4zbold #575757noboldznobold #4F4F4Fz#666666z#575757z#3F3F3Fzbold #7E7E7Ez#9A9A9Az#A5A5A5zbold #363636zbold #848484z#707070zbold #3B3B3Bzbold #555555z#717171italiczitalic #9F9F9Fzbold #717171z#676767z#7E7E7Ez#888888zbold #373737zbold #5A5A5Az#545454z#7D7D7Dz#898989boldzbold italicz#6D6D6Dzborder:#898989N)1__name__
__module____qualname____doc__namebackground_colorr   r   PreprocSpecialr   PseudoTyper
   Wordr   BuiltinFunctionClass	Namespace	ExceptionVariableConstantLabelEntity	AttributeTag	Decoratorr   DocInterpolEscapeRegexSymbolOtherr	   r   Heading
SubheadingDeletedInsertedr   EmphStrong
EmphStrongPromptOutput	Tracebackstyles     d/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/styles/friendly_grayscale.pyr   r      s   
  D 090#30 	#50 	#8	0 	>0 	80 	#30 	90 	>0 	90 	90 	

>0  	>!0" 	9#0$ 	9%0& 	9'0( 	

>)0* 	>+0, 	9-0. 	>/00 	>104 	9506 	

8708 	#390: 	>;0< 	9=0> 	9?0@ 	9A0B 	9C0F 	>G0H 	>I0J 	9K0L 	9M0N 	9O0P 	86=>99#3_0Fr<   N)r   pygments.styler   pygments.tokenr   r   r   r   r   r	   r
   r   r   __all__r   r;   r<   r=   <module>rA      s4    !+ + + $
$:U :r<   