ColorScheme
Description:
[ CCode ( cprefix = "ADW_COLOR_SCHEME_" , type_id = "adw_color_scheme_get_type ()" ) ]
[ Version ( since = "1.0" ) ]
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 prefers light colors.
- PREFER_LIGHT - Use light appearance
unless the system prefers dark colors.