pub struct Theme {
pub background: Color,
pub surface: Color,
pub primary: Color,
pub accent: Color,
pub text: Color,
pub text_dim: Color,
pub knob_track: Color,
pub knob_fill: Color,
pub knob_pointer: Color,
pub header_bg: Color,
pub header_text: Color,
}Expand description
Visual theme for the built-in GUI.
Fields§
§background: Color§surface: Color§primary: Color§accent: Color§text: Color§text_dim: Color§knob_track: Color§knob_fill: Color§knob_pointer: Color§header_bg: Color§header_text: ColorImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnsafeUnpin for Theme
impl UnwindSafe for Theme
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