Struct alacritty::config::color::DimColors [−][src]
pub struct DimColors {
pub black: Rgb,
pub red: Rgb,
pub green: Rgb,
pub yellow: Rgb,
pub blue: Rgb,
pub magenta: Rgb,
pub cyan: Rgb,
pub white: Rgb,
}Fields
black: Rgbred: Rgbgreen: Rgbyellow: Rgbblue: Rgbmagenta: Rgbcyan: Rgbwhite: RgbTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DimColors
impl UnwindSafe for DimColors
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.