From 1f88eab2dd0d96fabcf1aacac85d4ef5f61bc927 Mon Sep 17 00:00:00 2001 From: luiznux Date: Tue, 26 Mar 2024 20:17:16 -0300 Subject: [PATCH] [Treemacs] fix icon for closed "configuration" --- lisp/extra/my-custom-treemacs-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/extra/my-custom-treemacs-theme.el b/lisp/extra/my-custom-treemacs-theme.el index 5ab68ba..8be3dec 100644 --- a/lisp/extra/my-custom-treemacs-theme.el +++ b/lisp/extra/my-custom-treemacs-theme.el @@ -141,7 +141,7 @@ :extensions ("config-open" "configuration-open") :fallback 'same-as-icon) (treemacs-create-icon :icon (format "%s%s%s" chevron-right (nerd-icons-mdicon "nf-md-folder_cog" :face 'nerd-icons-cyan) treemacs-nerd-icons-tab) - :extensions ("config-closed" "configuration-open") + :extensions ("config-closed" "configuration-closed") :fallback 'same-as-icon) ;; settings (treemacs-create-icon :icon (format "%s%s%s" chevron-down (nerd-icons-mdicon "nf-md-folder_wrench" :face 'nerd-icons-cyan-alt) treemacs-nerd-icons-tab)