Skip to content

Commit

Permalink
fix: Update icon for XML (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandipalma authored Mar 16, 2023
1 parent f1b1cee commit 2c07b4a
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-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ local icons_by_file_extension = {
name = "Xlsx",
},
["xml"] = {
icon = "謹",
icon = "",
color = "#975122",
cterm_color = "130",
name = "Xml",
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ local icons_by_file_extension = {
name = "Xlsx",
},
["xml"] = {
icon = "謹",
icon = "",
color = "#e37933",
cterm_color = "166",
name = "Xml",
Expand Down

0 comments on commit 2c07b4a

Please sign in to comment.