Closed dennissherb closed 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:
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))
How can I change my icons to look more like the gifs in this page :
Rather than the icons I currently have.