pub trait Base { // Required methods fn base(&self) -> Style; fn palette(&self) -> Option<Palette>; }
The default blank style of a theme.
Returns the default base Style of a theme.
Style
Returns the color Palette of the theme.
Palette
This Palette may be used by the runtime for debugging purposes; like displaying performance metrics or devtools.