pub struct ThemeColors {Show 33 fields
pub surface_background: Color,
pub panel_background: Color,
pub panel_border: Color,
pub text_primary: Color,
pub text_muted: Color,
pub text_disabled: Color,
pub accent: Color,
pub selection_background: Color,
pub selection_inactive_background: Color,
pub selection_window_inactive_background: Color,
pub hover_background: Color,
pub focus_ring: Color,
pub menu_background: Color,
pub menu_border: Color,
pub menu_item_hover: Color,
pub menu_item_selected: Color,
pub list_background: Color,
pub list_border: Color,
pub list_row_hover: Color,
pub list_row_selected: Color,
pub scrollbar_track: Color,
pub scrollbar_thumb: Color,
pub scrollbar_thumb_hover: Color,
pub viewport_selection_fill: Color,
pub viewport_selection_stroke: Color,
pub viewport_marker: Color,
pub viewport_drag_line_pan: Color,
pub viewport_drag_line_orbit: Color,
pub viewport_gizmo_x: Color,
pub viewport_gizmo_y: Color,
pub viewport_gizmo_handle_background: Color,
pub viewport_gizmo_handle_border: Color,
pub viewport_rotate_gizmo: Color,
}Fields§
§surface_background: Color§panel_background: Color§panel_border: Color§text_primary: Color§text_muted: Color§text_disabled: Color§accent: Color§selection_background: Color§selection_inactive_background: Color§selection_window_inactive_background: Color§hover_background: Color§focus_ring: Color§list_background: Color§list_border: Color§list_row_hover: Color§list_row_selected: Color§scrollbar_track: Color§scrollbar_thumb: Color§scrollbar_thumb_hover: Color§viewport_selection_fill: Color§viewport_selection_stroke: Color§viewport_marker: Color§viewport_drag_line_pan: Color§viewport_drag_line_orbit: Color§viewport_gizmo_x: Color§viewport_gizmo_y: Color§viewport_gizmo_handle_background: Color§viewport_gizmo_handle_border: Color§viewport_rotate_gizmo: ColorTrait Implementations§
Source§impl Clone for ThemeColors
impl Clone for ThemeColors
Source§fn clone(&self) -> ThemeColors
fn clone(&self) -> ThemeColors
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ThemeColors
impl Debug for ThemeColors
impl Copy for ThemeColors
Auto Trait Implementations§
impl Freeze for ThemeColors
impl RefUnwindSafe for ThemeColors
impl Send for ThemeColors
impl Sync for ThemeColors
impl Unpin for ThemeColors
impl UnsafeUnpin for ThemeColors
impl UnwindSafe for ThemeColors
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