Expand description
Custom theme builder.
For applications that want a theme that isn’t one of the presets,
CustomBuilder provides a starting-from-Dark builder pattern.
Structs§
- Custom
Builder - Builder for a custom theme. Starts from
crate::theme::dark::THEMEand allows overriding individual fields.