pub struct ColorScheme;Implementations§
Source§impl ColorScheme
impl ColorScheme
pub const NEON_CYAN: Color
pub const NEON_GREEN: Color
pub const NEON_PINK: Color
pub const NEON_PURPLE: Color
pub const NEON_YELLOW: Color
pub const DARK_BG: Color
pub const GRAY_TEXT: Color
pub const WHITE_TEXT: Color
pub const PRIMARY_FOCUS: Color
pub const PRIMARY_DASHBOARD: Color
pub const BG_DARK: Color
pub const PANEL_DARK: Color
pub const BORDER_DARK: Color
pub const TEXT_MAIN: Color
pub const TEXT_SECONDARY: Color
pub const SUCCESS: Color
pub const WARNING: Color
pub const ERROR: Color
pub const CLEAN_BG: Color
pub const CLEAN_ACCENT: Color
pub const CLEAN_BLUE: Color
pub const CLEAN_GREEN: Color
pub const CLEAN_GOLD: Color
pub const CLEAN_MAGENTA: Color
pub fn get_context_color(context: &str) -> Color
pub fn active_status() -> Color
pub fn project_name() -> Color
pub fn duration() -> Color
pub fn path() -> Color
pub fn timestamp() -> Color
pub fn border() -> Color
pub fn title() -> Color
pub fn base_block() -> Block<'static>
pub fn clean_block() -> Block<'static>
Auto Trait Implementations§
impl Freeze for ColorScheme
impl RefUnwindSafe for ColorScheme
impl Send for ColorScheme
impl Sync for ColorScheme
impl Unpin for ColorScheme
impl UnsafeUnpin for ColorScheme
impl UnwindSafe for ColorScheme
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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