Expand description
Contains the Theme
type and its widget stylesheet implementations.
Re-exports§
pub use style::*;
Modules§
- style
- Stylesheet implements for
crate::Theme
Structs§
Enums§
Functions§
- active
- Currently-defined theme.
- active_
type - Currently-defined theme type.
- is_dark
- Whether the active theme has a dark preference.
- is_
high_ contrast - Whether the active theme is high contrast.
- spacing
- Preferred interface spacing parameters defined by the active theme.
- subscription
- Watches for changes to the system’s theme preference.
- system_
dark - system_
light - system_
preference - Loads the preferred system theme from
cosmic-config
.