homerchen19 / github-file-icons

🌈 🗂 A browser extension which gives different filetypes different icons to GitHub, GitLab, gitea and gogs.
https://chrome.google.com/webstore/detail/file-icon-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe
MIT License
1.44k stars 69 forks source link

Swift icons should be orange #8

Closed lukaskollmer closed 6 years ago

lukaskollmer commented 6 years ago

Currently, .swift files are represented by a green icon. However, the official Swift logo is the orange bird. The exact color seems to be #DF5C43

screen shot 2018-01-08 at 22 18 52

Official Swift logo from swift.org:

homerchen19 commented 6 years ago

Hi @lukaskollmer well, the color of Swift icon actually isn't decided by me. I used file-icons-js to create new icons and found it decided to set green color for .swift files. Check its code here. So I think this issue should be posted there, it's out of my control sorry.