Skip to main content

current

Function current 

Source
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.