github-file-icons
github-file-icons copied to clipboard
Temporary .txt and .pdf fix
Description
Unfortunately, I have not been able to locate the exact source of the error. However, I have temporarily fixed two icons which were addressed in Issues #126 and #128. To remember that this is a temporary solution this was documented in icons.css
.
During development I've noticed that the .idea
folder was not yet excluded for development with a JetBrains IDE. This folder is now excluded in the .gitignore.
The reason PDF icons doesn't show up, is because it doesn't exists in atom-file-icons library (https://github.com/csandman/atom-file-icons/blob/main/src/css/icons.css). They have it registered in theirs icons "database" (https://github.com/csandman/atom-file-icons/blob/2cafbb420f62a36a7774337c806c578736c41b4c/src/db/icondb.js#L1521) but it just won't spawn any icon because of this.
Yes I hope we can fix the issue there