ColorScheme#

class ColorScheme#

Application color schemes for color_scheme.

Fields#

class ColorScheme
DEFAULT#

Inherit the parent color-scheme. When set on the AdwStyleManager returned by get_default, it’s equivalent to prefer-light.

FORCE_DARK#

Always use dark appearance.

FORCE_LIGHT#

Always use light appearance.

PREFER_DARK#

Use dark appearance unless the system prefers prefers light colors.

PREFER_LIGHT#

Use light appearance unless the system prefers dark colors.