Alexander-Miller / treemacs

GNU General Public License v3.0
2.11k stars 154 forks source link

Change icons #937

Closed dennissherb closed 2 years ago

dennissherb commented 2 years ago

How can I change my icons to look more like the gifs in this page : image

Rather than the icons I currently have. image

Alexander-Miller commented 2 years ago

Those are the old arc-theme icons I used before switching to the current set from vscode-icons. You can get them here:

root dir_closed dir_open

Download them and add this to your treemacs config:

(treemacs-create-icon :file "/path/to/root.png" :fallback "X " :extensions (root-open root-closed))
(treemacs-create-icon :file "/path/to/dir_open.png" :fallback "X " :extensions (dir-open))
(treemacs-create-icon :file "/path/to/dir_closed.png" :fallback "X " :extensions (dir-closed))