Enum term_transcript::svg::NamedPalette [−][src]
#[non_exhaustive]
pub enum NamedPalette {
Dracula,
PowerShell,
Xterm,
Ubuntu,
Gjm8,
}This is supported on crate feature
svg only.Expand description
Named Palette.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Dracula
Dracula color scheme. This is the Default value.
PowerShell
PowerShell 6 / Windows 10 console color scheme.
Xterm
xterm color scheme.
Ubuntu
Ubuntu terminal color scheme.
Gjm8
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NamedPalette
impl Send for NamedPalette
impl Sync for NamedPalette
impl Unpin for NamedPalette
impl UnwindSafe for NamedPalette
Blanket Implementations
Mutably borrows from an owned value. Read more
