MSO_THEME_COLOR_INDEX¶Indicates the Office theme color, one of those shown in the color gallery on the formatting ribbon.
Alias: MSO_THEME_COLOR
Example:
from pptx.enum.dml import MSO_THEME_COLOR
shape.fill.solid()
shape.fill.fore_color.theme_color == MSO_THEME_COLOR.ACCENT_1
Indicates the color is not a theme color.
Specifies the Accent 1 theme color.
Specifies the Accent 2 theme color.
Specifies the Accent 3 theme color.
Specifies the Accent 4 theme color.
Specifies the Accent 5 theme color.
Specifies the Accent 6 theme color.
Specifies the Background 1 theme color.
Specifies the Background 2 theme color.
Specifies the Dark 1 theme color.
Specifies the Dark 2 theme color.
Specifies the theme color for a clicked hyperlink.
Specifies the theme color for a hyperlink.
Specifies the Light 1 theme color.
Specifies the Light 2 theme color.
Specifies the Text 1 theme color.
Specifies the Text 2 theme color.
Indicates multiple theme colors are used, such as in a group shape.