diff --git a/src/icon_theme.rs b/src/icon_theme.rs index c78f2cc1..8164b760 100644 --- a/src/icon_theme.rs +++ b/src/icon_theme.rs @@ -10,7 +10,7 @@ pub const COSMIC: &str = "Cosmic"; thread_local! { /// The fallback icon theme to search if no icon theme was specified. - pub(crate) static DEFAULT: RefCell> = RefCell::new("Cosmic".into()); + pub(crate) static DEFAULT: RefCell> = RefCell::new(COSMIC.into()); } /// The fallback icon theme to search if no icon theme was specified.