This commit is contained in:
Dániel Buga 2022-03-28 22:17:22 +02:00
parent 8749e8e95e
commit 91de10092d
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ pub fn set_theme(&mut self, theme: &str, preview: bool) -> bool {
/// Otherwise, get the color from the base them
/// # Panics
/// If the color was not able to be found in either theme, which may be indicative that
/// it is mispelled or needs to be added to the base-theme.
/// it is misspelled or needs to be added to the base-theme.
pub fn get_color_unchecked(&self, name: &str) -> &Color {
self.themes
.color(name)