Enum Theme
Source pub enum Theme {
Show 23 variants
Light,
Dark,
Dracula,
Nord,
SolarizedLight,
SolarizedDark,
GruvboxLight,
GruvboxDark,
CatppuccinLatte,
CatppuccinFrappe,
CatppuccinMacchiato,
CatppuccinMocha,
TokyoNight,
TokyoNightStorm,
TokyoNightLight,
KanagawaWave,
KanagawaDragon,
KanagawaLotus,
Moonfly,
Nightfly,
Oxocarbon,
Ferra,
Custom(Arc<Custom>),
}
Expand description
The built-in light variant.
The built-in dark variant.
The built-in Dracula variant.
The built-in Nord variant.
The built-in Solarized Light variant.
The built-in Solarized Dark variant.
The built-in Gruvbox Light variant.
The built-in Gruvbox Dark variant.
The built-in Catppuccin Latte variant.
The built-in Catppuccin Frappé variant.
The built-in Catppuccin Macchiato variant.
The built-in Catppuccin Mocha variant.
The built-in Tokyo Night variant.
The built-in Tokyo Night Storm variant.
The built-in Tokyo Night Light variant.
The built-in Kanagawa Wave variant.
The built-in Kanagawa Dragon variant.
The built-in Kanagawa Lotus variant.
The built-in Moonfly variant.
The built-in Nightfly variant.
The built-in Oxocarbon variant.
The built-in Ferra variant:
A list with all the defined themes.
Creates a new custom Theme from the given Seed.
Creates a new custom Theme from the given Seed, with
a custom generator of a Palette.
Returns the default theme for the preferred
Mode.
Returns the
Mode of the theme.
Returns the default base
Style of the theme.
Returns the unique name of the theme.
Read more
The default class produced by this
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
Source§Available on crate feature svg only.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
Source§Available on crate feature qr_code only.
The default class produced by the
Catalog.
The
Style of a class with the given status.
Source§Available on crate feature markdown only.
The styling class of a Markdown code block.
The default class for the text input of the
ComboBox.
The default class for the menu of the
ComboBox.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class for the scrollable of the
Menu.
The default class produced by this
Catalog.
The
Style of a class with the given status.
The default class produced by the
Catalog.
The
Style of a class with the given status.
The default class for the menu of the
PickList.
The default class produced by the
Catalog.
The
Style of a class with the given status.
Performs copy-assignment from
source.
Read more
Formats the value using the given formatter.
Read more
Formats the value using the given formatter.
Read moreSource§Available on crate feature markdown only.
Converts to this type from the input type.
Source§Available on crate feature markdown only.
Converts to this type from the input type.
Source§Available on crate feature markdown only.
Converts to this type from the input type.
Source§Available on crate feature markdown only.
Converts to this type from the input type.
Tests for self and other values to be equal, and is used by ==.
Tests for !=. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from
self to
dest.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
Converts the given value to a
String.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.