Module: Handy::ColorScheme
- Defined in:
- (unknown)
Constant Summary collapse
- DEFAULT =
Inherit the parent color-scheme. When set on the [classStyleManager] returned by [funcStyleManager.get_default], it's equivalent to
HDY_COLOR_SCHEME_FORCE_LIGHT. 0 or :default
- FORCE_LIGHT =
Always use light appearance.
1 or :force_light
- PREFER_LIGHT =
Use light appearance unless the system prefers dark colors.
2 or :prefer_light
- PREFER_DARK =
Use dark appearance unless the system prefers light colors.
3 or :prefer_dark
- FORCE_DARK =
Always use dark appearance.
4 or :force_dark