Trait thcon::Themeable[][src]

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

Required methods

fn has_config(&self, config: &Config) -> bool[src]

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

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 SublimeText[src]

impl Themeable for Neovim[src]

impl Themeable for Vim[src]

impl Themeable for VSCode[src]

Loading content...