Struct pepper::theme::Theme[][src]

pub struct Theme {
Show 17 fields pub background: Color, pub active_line_background: Color, pub highlight: Color, pub normal_cursor: Color, pub select_cursor: Color, pub insert_cursor: Color, pub inactive_cursor: Color, pub statusbar_active_background: Color, pub statusbar_inactive_background: Color, pub token_whitespace: Color, pub token_text: Color, pub token_comment: Color, pub token_keyword: Color, pub token_type: Color, pub token_symbol: Color, pub token_string: Color, pub token_literal: Color,
}

Fields

background: Coloractive_line_background: Colorhighlight: Colornormal_cursor: Colorselect_cursor: Colorinsert_cursor: Colorinactive_cursor: Colorstatusbar_active_background: Colorstatusbar_inactive_background: Colortoken_whitespace: Colortoken_text: Colortoken_comment: Colortoken_keyword: Colortoken_type: Colortoken_symbol: Colortoken_string: Colortoken_literal: Color

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.