enum Adw::ColorScheme
Overview
Application color schemes for [property@StyleManager:color-scheme].
Defined in:
auto/adw-1/adw.crEnum Members
-
Default =
0_u32
-
Inherit the parent color-scheme. When set on the
AdwStyleManager
returned byStyleManager#default
, it's equivalent toADW_COLOR_SCHEME_PREFER_LIGHT
. -
ForceLight =
1_u32
-
Always use light appearance.
-
PreferLight =
2_u32
-
Use light appearance unless the system prefers dark colors.
-
PreferDark =
3_u32
-
Use dark appearance unless the system prefers prefers light colors.
-
ForceDark =
4_u32
-
Always use dark appearance.