pub struct UiFg {
pub primary: String,
pub secondary: String,
pub muted: String,
}Expand description
Foreground colors (nested under [ui.fg]).
Fields§
§primary: StringPrimary text color.
secondary: StringSecondary text color.
muted: StringDe-emphasized / placeholder text color.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UiFg
impl<'de> Deserialize<'de> for UiFg
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
impl Eq for UiFg
impl StructuralPartialEq for UiFg
Auto Trait Implementations§
impl Freeze for UiFg
impl RefUnwindSafe for UiFg
impl Send for UiFg
impl Sync for UiFg
impl Unpin for UiFg
impl UnsafeUnpin for UiFg
impl UnwindSafe for UiFg
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