pub struct Variables {Show 45 fields
pub accent_color: Variable,
pub accent_bg_color: Variable,
pub accent_fg_color: Variable,
pub destructive_color: Variable,
pub destructive_bg_color: Variable,
pub destructive_fg_color: Variable,
pub success_color: Variable,
pub success_bg_color: Variable,
pub success_fg_color: Variable,
pub warning_color: Variable,
pub warning_bg_color: Variable,
pub warning_fg_color: Variable,
pub error_color: Variable,
pub error_bg_color: Variable,
pub error_fg_color: Variable,
pub window_bg_color: Variable,
pub window_fg_color: Variable,
pub view_bg_color: Variable,
pub view_fg_color: Variable,
pub headerbar_bg_color: Variable,
pub headerbar_fg_color: Variable,
pub headerbar_border_color: Variable,
pub headerbar_backdrop_color: Variable,
pub headerbar_shade_color: Variable,
pub headerbar_darker_shade_color: Variable,
pub card_bg_color: Variable,
pub card_fg_color: Variable,
pub card_shade_color: Variable,
pub dialog_bg_color: Variable,
pub dialog_fg_color: Variable,
pub popover_bg_color: Variable,
pub popover_fg_color: Variable,
pub popover_shade_color: Variable,
pub shade_color: Variable,
pub scrollbar_outline_color: Variable,
pub thumbnail_bg_color: Variable,
pub thumbnail_fg_color: Variable,
pub sidebar_bg_color: Variable,
pub sidebar_fg_color: Variable,
pub sidebar_backdrop_color: Variable,
pub sidebar_shade_color: Variable,
pub secondary_sidebar_bg_color: Variable,
pub secondary_sidebar_fg_color: Variable,
pub secondary_sidebar_backdrop_color: Variable,
pub secondary_sidebar_shade_color: Variable,
}Fields§
§accent_color: Variable§accent_bg_color: Variable§accent_fg_color: Variable§destructive_color: Variable§destructive_bg_color: Variable§destructive_fg_color: Variable§success_color: Variable§success_bg_color: Variable§success_fg_color: Variable§warning_color: Variable§warning_bg_color: Variable§warning_fg_color: Variable§error_color: Variable§error_bg_color: Variable§error_fg_color: Variable§window_bg_color: Variable§window_fg_color: Variable§view_bg_color: Variable§view_fg_color: Variable§headerbar_bg_color: Variable§headerbar_fg_color: Variable§headerbar_border_color: Variable§headerbar_backdrop_color: Variable§headerbar_shade_color: Variable§headerbar_darker_shade_color: Variable§card_bg_color: Variable§card_fg_color: Variable§card_shade_color: Variable§dialog_bg_color: Variable§dialog_fg_color: Variable§popover_bg_color: Variable§popover_fg_color: Variable§popover_shade_color: Variable§shade_color: Variable§scrollbar_outline_color: Variable§thumbnail_bg_color: Variable§thumbnail_fg_color: VariableImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Variables
impl<'de> Deserialize<'de> for Variables
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Variables
impl RefUnwindSafe for Variables
impl Send for Variables
impl Sync for Variables
impl Unpin for Variables
impl UnwindSafe for Variables
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