theme_color property

theme_color property

Gets and sets the theme color.

Remarks

If the font color is not a theme color, NULL will be returned.

Definition:

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

See Also