Skip to content

Commit

Permalink
[Icons] Try reverting to pngs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Miller committed Aug 30, 2023
1 parent 147594c commit 66d0eab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added icons/default/vsc/dir-docs-closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/default/vsc/dir-docs-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/elisp/treemacs-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ Necessary since root icons are not rectangular."
:file "vsc/dir-temp-open.svg" :extensions ("temp-open" "tmp-open")
:fallback (propertize "- " 'face 'treemacs-term-node-face))
(treemacs-create-icon
:file "svgrepo/dir-docs-closed.svg" :extensions ("readme-closed" "docs-closed")
:file "vsc/dir-docs-closed.png" :extensions ("readme-closed" "docs-closed")
:fallback (propertize "+ " 'face 'treemacs-term-node-face))
(treemacs-create-icon
:file "svgrepo/dir-docs-open.svg" :extensions ("readme-open" "docs-open")
:file "vsc/dir-docs-open.png" :extensions ("readme-open" "docs-open")
:fallback (propertize "- " 'face 'treemacs-term-node-face))
(treemacs-create-icon
:file "vsc/dir-images-closed.svg" :extensions ("screenshots-closed" "icons-closed")
Expand Down

0 comments on commit 66d0eab

Please sign in to comment.