Function: treemacs-theme-p

treemacs-theme-p is a byte-compiled function defined in treemacs-themes.el.

Signature

(treemacs-theme-p CL-X)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-themes.el
(cl-defstruct (treemacs-theme
               (:conc-name treemacs-theme->)
               (:constructor treemacs-theme->create!)
               (:named t))
  name path gui-icons tui-icons)