[][src]Struct alacritty::wayland_theme::AlacrittyWaylandTheme

pub struct AlacrittyWaylandTheme {
    pub background: ARGBColor,
    pub foreground: ARGBColor,
    pub dim_foreground: ARGBColor,
    pub hovered_close_icon: ARGBColor,
    pub hovered_maximize_icon: ARGBColor,
    pub hovered_minimize_icon: ARGBColor,
}

Fields

background: ARGBColorforeground: ARGBColordim_foreground: ARGBColorhovered_close_icon: ARGBColorhovered_maximize_icon: ARGBColorhovered_minimize_icon: ARGBColor

Implementations

impl AlacrittyWaylandTheme[src]

pub fn new(colors: &Colors) -> Self[src]

Trait Implementations

impl Clone for AlacrittyWaylandTheme[src]

impl Debug for AlacrittyWaylandTheme[src]

impl Theme for AlacrittyWaylandTheme[src]

Auto Trait Implementations

impl RefUnwindSafe for AlacrittyWaylandTheme

impl Send for AlacrittyWaylandTheme

impl Sync for AlacrittyWaylandTheme

impl Unpin for AlacrittyWaylandTheme

impl UnwindSafe for AlacrittyWaylandTheme

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.