Skip to content

Commit

Permalink
fix: update js icon (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Courtis <alex@courtis.org>
  • Loading branch information
ronitkrshah and alex-courtis committed Dec 30, 2023
1 parent 65cb8ff commit 808627b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -987,9 +987,9 @@ local icons_by_file_extension = {
name = "Jpg",
},
["js"] = {
icon = "",
color = "#cbcb41",
cterm_color = "185",
icon = "󰌞",
color = "#F1F134",
cterm_color = "227",
name = "Js",
},
["json"] = {
Expand Down
4 changes: 2 additions & 2 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,8 @@ local icons_by_file_extension = {
name = "Jpg",
},
["js"] = {
icon = "",
color = "#666620",
icon = "󰌞",
color = "#505011",
cterm_color = "58",
name = "Js",
},
Expand Down

0 comments on commit 808627b

Please sign in to comment.