pub struct Colors {Show 24 fields
pub editor_title_focused: Color,
pub editor_title_unfocused: Color,
pub gutter_text: Color,
pub output_title_focused: Color,
pub output_title_unfocused: Color,
pub tape_border_focused: Color,
pub tape_border_unfocused: Color,
pub tape_cell_empty: Color,
pub tape_cell_nonzero: Color,
pub tape_cell_pointer: Color,
pub status_text: Color,
pub dialog_title: Color,
pub dialog_bg: Color,
pub dialog_error: Color,
pub dialog_text: Color,
pub help_hint: Color,
pub editor_op_right: Color,
pub editor_op_left: Color,
pub editor_op_inc: Color,
pub editor_op_dec: Color,
pub editor_op_output: Color,
pub editor_op_input: Color,
pub editor_op_bracket: Color,
pub editor_non_bf: Color,
}Fields§
§editor_title_focused: Color§editor_title_unfocused: Color§gutter_text: Color§output_title_focused: Color§output_title_unfocused: Color§tape_border_focused: Color§tape_border_unfocused: Color§tape_cell_empty: Color§tape_cell_nonzero: Color§tape_cell_pointer: Color§status_text: Color§dialog_title: Color§dialog_bg: Color§dialog_error: Color§dialog_text: Color§help_hint: Color§editor_op_right: Color§editor_op_left: Color§editor_op_inc: Color§editor_op_dec: Color§editor_op_output: Color§editor_op_input: Color§editor_op_bracket: Color§editor_non_bf: ColorTrait Implementations§
Auto Trait Implementations§
impl Freeze for Colors
impl RefUnwindSafe for Colors
impl Send for Colors
impl Sync for Colors
impl Unpin for Colors
impl UnwindSafe for Colors
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more