Value | Meaning |
---|---|
Default0 | Inherit the parent color-scheme. When set on the adw.style_manager.StyleManager returned by adw.style_manager.StyleManager.getDefault, it's equivalent to adw.types.ColorScheme.PreferLight. |
ForceLight1 | Always use light appearance. |
PreferLight2 | Use light appearance unless the system prefers dark colors. |
PreferDark3 | Use dark appearance unless the system prefers prefers light colors. |
ForceDark4 | Always use dark appearance. |
Application color schemes for property@StyleManager:color-scheme.