rainstormstudio / nerd-icons.el

GNU General Public License v3.0
206 stars 22 forks source link

Missing icon for benchmark-init/tree-mode #29

Closed LeoGitHuber closed 9 months ago

LeoGitHuber commented 1 year ago

I found that nf-oct-dashboard icon was deleted, but there is not replacement icon for benchmark-init/tree-mode. Would you consider to add it back?

rainstormstudio commented 1 year ago

The thing is, Nerd Font 3.0 removed some of the icons, which includes nf-oct-dashboard.

as a fix you could use nf-fa-dashboard or nf-cod-dashboard instead.

douo commented 9 months ago

You can temporary fix it by using the following line of code:

(setf (alist-get 'benchmark-init/tree-mode nerd-icons-mode-icon-alist) '(nerd-icons-faicon "nf-fa-dashboard"))