pub fn current() -> Arc<ResolvedTheme> ⓘExpand description
Clone the current thread-local theme (None installed ⇒ built-in dark).
Returns an Arc clone (one atomic op). Called by the fn-pointer hooks.
pub fn current() -> Arc<ResolvedTheme> ⓘClone the current thread-local theme (None installed ⇒ built-in dark).
Returns an Arc clone (one atomic op). Called by the fn-pointer hooks.