Fix: Treemacs license icon on doom-colorful treemacs theme

This commit is contained in:
Emmanuel Bustos 2021-02-12 12:50:29 +01:00
parent 51a0717aa2
commit 30b1c94f5d

View file

@ -260,6 +260,9 @@ This is used to generate extensions for `treemacs' from `all-the-icons-icon-alis
(treemacs-create-icon
:icon (format " %s\t" (all-the-icons-alltheicon "git" :height 0.85 :v-adjust 0.0 :face 'all-the-icons-red))
:extensions ("gitignore" "git" "gitconfig" "gitmodules"))
(treemacs-create-icon
:icon (format "%s\t" (all-the-icons-octicon "book" :height 1.0 :v-adjust 0.0 :face 'all-the-icons-blue))
:extensions (license))
(dolist (item all-the-icons-icon-alist)
(let* ((extensions (doom-themes--get-treemacs-extensions (car item)))