[][src]Trait thcon::Themeable

pub trait Themeable {
    fn switch(
        &self,
        config: &Config,
        operation: &Operation
    ) -> Result<(), Box<dyn Error>>;
fn toggle(&self) -> Result<(), Box<dyn Error>>; }

Required methods

fn switch(
    &self,
    config: &Config,
    operation: &Operation
) -> Result<(), Box<dyn Error>>

fn toggle(&self) -> Result<(), Box<dyn Error>>

Loading content...

Implementors

impl Themeable for Alacritty[src]

impl Themeable for GnomeTerminal[src]

impl Themeable for Konsole[src]

impl Themeable for Plasma[src]

impl Themeable for VSCode[src]

Loading content...