nvim-tree / nvim-web-devicons

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

fix: update .babelrc icon #472

Closed ronitkrshah closed 3 weeks ago

ronitkrshah commented 3 weeks ago

The changes in the PR would update icon for .bablerc file and React File colors

To diiferenciate between jsx and tsx files. Changed jsx color to yellow. Because it will be easier to work with js and jsx files. TSX color changed to Previous JSX color

Previous JSX with JS

Screenshot from 2024-06-07 15-55-15

After Changing Colors

Screenshot from 2024-06-07 15-56-15

alex-courtis commented 3 weeks ago

VSCode ref: 20240608_160422

ronitkrshah commented 3 weeks ago

Reverted jsx & tsx

alex-courtis commented 3 weeks ago

Reverted jsx & tsx

Many thanks, sorry for the trouble.