Update theme2.rs
This commit is contained in:
parent
2e61a84bd6
commit
c40ab3c3da
1 changed files with 6 additions and 0 deletions
|
@ -134,6 +134,12 @@ impl Theme {
|
|||
ignored: self.status().ignored,
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns the [`Appearance`] for the theme.
|
||||
#[inline(always)]
|
||||
pub fn appearance(&self) -> Appearance {
|
||||
self.appearance
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue