bakpakin / Fennel

Lua Lisp Language
https://fennel-lang.org
MIT License
2.42k stars 124 forks source link

Official logo/devicon #438

Closed Grazfather closed 1 year ago

Grazfather commented 1 year ago

I use fennel a lot, and I use neovim (and I use fennel to configure my neovim :) ), and I use devicons to show file types and such.

The devicon for fennel is just some moon emoji: 🌜

I hate it.

Have you considered adding a logo to the font? I don't know if you have an 'official' logo, though I do like the one on fennel-lang.org image

technomancy commented 1 year ago

Yep, that's the official logo.

I'm not sure what "add a logo to the font" means, but it occurs to me that we don't have a clear license and copyright declared for the logo, which was created by @m455. This is an oversight. If they could clarify whether it's OK to license it as CC-BY-SA or some other CC license, then that would clarify things for other people who want to use it in neovim or whatever.

Grazfather commented 1 year ago

Well nerd fonts patch fonts by adding extra glyphs for things like powerline and special icons and stuff. dev icons are where the logos and stuff live. I am not sure what the process would be to get your logo added, but if the logo were released and you were amenable to it, I could try to work on it.

technomancy commented 1 year ago

OK cool, I've just gotten confirmation that CC-BY-SA 4.0 is the license to use here, so I'll go ahead and update the repo. In the mean time, feel free to incorporate this into the font or whatever other tools you want, provided it's compatible with the license. Thanks.

Grazfather commented 1 year ago

Cool. Do you have the vector assets?

technomancy commented 1 year ago

Yes, the official logo is at https://fennel-lang.org/logo.svg

technomancy commented 1 year ago

Happy to answer any other questions but it looks like the remaining work here will be done elsewhere, so I'll close this out.

Grazfather commented 1 year ago

Works for me. Thank you.

Grazfather commented 10 months ago

This was merged in FYI. https://github.com/ryanoasis/nerd-fonts/pull/1129