Struct alacritty::config::color::Colors [−][src]
pub struct Colors {
pub primary: PrimaryColors,
pub cursor: InvertedCellColors,
pub vi_mode_cursor: InvertedCellColors,
pub selection: InvertedCellColors,
pub normal: NormalColors,
pub bright: BrightColors,
pub dim: Option<DimColors>,
pub indexed_colors: Vec<IndexedColor>,
pub search: SearchColors,
pub line_indicator: LineIndicatorColors,
pub hints: HintColors,
pub transparent_background_colors: bool,
}Fields
primary: PrimaryColorscursor: InvertedCellColorsvi_mode_cursor: InvertedCellColorsselection: InvertedCellColorsnormal: NormalColorsbright: BrightColorsdim: Option<DimColors>indexed_colors: Vec<IndexedColor>search: SearchColorsline_indicator: LineIndicatorColorshints: HintColorstransparent_background_colors: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Colors
impl UnwindSafe for Colors
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.