nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
2.05k stars 183 forks source link

fix: correct R icon color from green to R-langs blue #330

Closed jamespeapen closed 10 months ago

jamespeapen commented 11 months ago

see https://www.r-project.org/logo/Rlogo.svg.

The official color is a gradient, but I picked a spot in the middle.

Akmadan23 commented 10 months ago

In order to correctly generate light colors variants you need to run make colors (vim-colortemplate must be installed)

jamespeapen commented 10 months ago

Thanks! Fixed the commit.