foreground_theme_color property

foreground_theme_color property

Gets and sets the foreground theme color.

Remarks

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

Definition:

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

See Also