ó
    ‰*£h  ã                   óH   • S r SSKJrJr   " S S\5      r " S S\5      r\rg)z'Enumerations used by DrawingML objects.é   )ÚBaseEnumÚBaseXmlEnumc                   ó(   • \ rS rSrSrSr Sr SrSrg)ÚMSO_COLOR_TYPEé   a   Specifies the color specification scheme.

Example::

    from docx.enum.dml import MSO_COLOR_TYPE

    assert font.color.type == MSO_COLOR_TYPE.SCHEME

MS API name: `MsoColorType`

http://msdn.microsoft.com/en-us/library/office/ff864912(v=office.15).aspx
)r   z*Color is specified by an |RGBColor| value.)é   z(Color is one of the preset theme colors.)ée   z5Color is determined automatically by the application.© N)	Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__ÚRGBÚTHEMEÚAUTOÚ__static_attributes__r
   ó    ÚJ/home/mande/repo/quber/.venv/lib/python3.13/site-packages/docx/enum/dml.pyr   r      s!   † ñð <€CØ4à;€EØ2àI€DÚ?r   r   c                   ó|   • \ rS rSrSrSr Sr Sr Sr Sr	 Sr
 S	r S
r Sr Sr Sr Sr Sr Sr Sr Sr SrSrg)ÚMSO_THEME_COLOR_INDEXé   a_  Indicates the Office theme color, one of those shown in the color gallery on the
formatting ribbon.

Alias: ``MSO_THEME_COLOR``

Example::

    from docx.enum.dml import MSO_THEME_COLOR

    font.color.theme_color = MSO_THEME_COLOR.ACCENT_1

MS API name: `MsoThemeColorIndex`

http://msdn.microsoft.com/en-us/library/office/ff860782(v=office.15).aspx
)é    ÚUNMAPPEDz)Indicates the color is not a theme color.)é   Úaccent1z#Specifies the Accent 1 theme color.)r   Úaccent2z#Specifies the Accent 2 theme color.)é   Úaccent3z#Specifies the Accent 3 theme color.)é   Úaccent4z#Specifies the Accent 4 theme color.)é	   Úaccent5z#Specifies the Accent 5 theme color.)é
   Úaccent6z#Specifies the Accent 6 theme color.)é   Úbackground1z'Specifies the Background 1 theme color.)é   Úbackground2z'Specifies the Background 2 theme color.)r   Údark1z!Specifies the Dark 1 theme color.)é   Údark2z!Specifies the Dark 2 theme color.)é   ÚfollowedHyperlinkz2Specifies the theme color for a clicked hyperlink.)é   Ú	hyperlinkz*Specifies the theme color for a hyperlink.)r   Úlight1z"Specifies the Light 1 theme color.)é   Úlight2z"Specifies the Light 2 theme color.)é   Útext1z!Specifies the Text 1 theme color.)é   Útext2z!Specifies the Text 2 theme color.r
   N)r   r   r   r   r   ÚNOT_THEME_COLORÚACCENT_1ÚACCENT_2ÚACCENT_3ÚACCENT_4ÚACCENT_5ÚACCENT_6ÚBACKGROUND_1ÚBACKGROUND_2ÚDARK_1ÚDARK_2ÚFOLLOWED_HYPERLINKÚ	HYPERLINKÚLIGHT_1ÚLIGHT_2ÚTEXT_1ÚTEXT_2r   r
   r   r   r   r      s—   † ñð  S€OØ3àD€HØ-àD€HØ-àD€HØ-àD€HØ-àD€HØ-àE€HØ-àQ€LØ1àQ€LØ1à>€FØ+à>€FØ+ðÐð
 =àO€IØ4àA€GØ,àA€GØ,à?€FØ+à?€FÚ+r   r   N)r   Úbaser   r   r   r   ÚMSO_THEME_COLORr
   r   r   Ú<module>rK      s/   ðÙ -ç 'ô@�Xô @ô0F,˜Kô F,ðR (�r   