Function: treemacs--find-theme
treemacs--find-theme is a byte-compiled function defined in
treemacs-themes.el.
Signature
(treemacs--find-theme NAME)
Documentation
Find theme with the given NAME.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-themes.el
(define-inline treemacs--find-theme (name)
"Find theme with the given NAME."
(declare (side-effect-free t))
(inline-letevals (name)
(inline-quote
(--first (string= (treemacs-theme->name it) ,name) treemacs--themes))))