ColorScheme
Description:
[ CCode ( cprefix = "HDY_COLOR_SCHEME_" , type_id = "hdy_color_scheme_get_type ()" ) ]
[ Version ( since = "1.6" ) ]
public enum ColorScheme
Application color schemes for [property@StyleManager:color-scheme].
Content:
Enum values:
- DEFAULT - Inherit the parent color-scheme.
- FORCE_DARK - Always use dark appearance.
- FORCE_LIGHT - Always use light
appearance.
- PREFER_DARK - Use dark appearance
unless the system prefers light colors.
- PREFER_LIGHT - Use light appearance
unless the system prefers dark colors.