Function: treemacs-current-theme
treemacs-current-theme is a byte-compiled function defined in
treemacs-themes.el.
Signature
(treemacs-current-theme)
Documentation
Get the current theme.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-themes.el
(define-inline treemacs-current-theme ()
"Get the current theme."
(declare (side-effect-free t))
(inline-quote treemacs--current-theme))