:right-sidebar: True ColorScheme =================================================================== .. currentmodule:: gi.repository.Adw .. class:: ColorScheme :no-contents-entry: Application color schemes for :obj:`~gi.repository.Adw.StyleManager.props.color_scheme`. Fields ------ .. rst-class:: interim-class .. class:: ColorScheme :no-index: .. attribute:: DEFAULT Inherit the parent color-scheme. When set on the ``AdwStyleManager`` returned by :obj:`~gi.repository.StyleManager.get_default`, it's equivalent to ``ADW_COLOR_SCHEME_PREFER_LIGHT``. .. attribute:: FORCE_DARK Always use dark appearance. .. attribute:: FORCE_LIGHT Always use light appearance. .. attribute:: PREFER_DARK Use dark appearance unless the system prefers prefers light colors. .. attribute:: PREFER_LIGHT Use light appearance unless the system prefers dark colors.