Skip to content

Commit

Permalink
fix: update .babelrc icon (#472)
Browse files Browse the repository at this point in the history
* Update babel icon

* Update jsx and tsx color

* Revert "Update jsx and tsx color"

This reverts commit 837f538.
  • Loading branch information
ronitkrshah committed Jun 9, 2024
1 parent b4b302d commit c0cfc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local icons_by_filename = {
name = "GradleSettings",
},
[".babelrc"] = {
icon = "",
icon = "",
color = "#cbcb41",
cterm_color = "185",
name = "Babelrc",
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local icons_by_filename = {
name = "GradleSettings",
},
[".babelrc"] = {
icon = "",
icon = "",
color = "#666620",
cterm_color = "58",
name = "Babelrc",
Expand Down

0 comments on commit c0cfc17

Please sign in to comment.