nvim-tree / nvim-web-devicons

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

feat: Add icon for tailwind config #375

Closed ronitkrshah closed 5 months ago

ronitkrshah commented 5 months ago

First Commit

Previous tsx color was good but that color is a little bit darker. That's why using the same color as jsx for tsx

Previous Screenshot_20240107-121141_1

Updated Screenshot_20240107-121322_1

Second Commit

Add icon for filename tailwind.config.js from official nerd fonts icon f13ff

alex-courtis commented 5 months ago

The distinction in tsx/jsx colours was added by @ptakpatryk in #214

I reckon that distinction is useful. Why remove it?

Tailwind addition looks good.

ptakpatryk commented 5 months ago

Yes please leave different colours for .tsx and .jsx - it's particularly useful when porting from JS to TS and you have both types in one repo.

ronitkrshah commented 5 months ago

You make a valid point. Having both .tsx and .jsx files in the repository, this color will assist us in differentiating between tsx and jsx files.

Alright, I'm reverting the tsx commit.