theme_color property

theme_color property

Gets the theme color. Only applies for theme color type.

Definition:

@property
def theme_color(self):
    ...
@theme_color.setter
def theme_color(self, value):
    ...

See Also