Skip to content

Commit

Permalink
fix: csv seti icon (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Courtis <alex@courtis.org>
  • Loading branch information
PranithKoppula7 and alex-courtis authored Jan 29, 2024
1 parent b427ac5 commit cbebca6
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 @@ -615,7 +615,7 @@ local icons_by_file_extension = {
name = "Css",
},
["csv"] = {
icon = "󰈙",
icon = "",
color = "#89e051",
cterm_color = "113",
name = "Csv",
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 @@ -615,7 +615,7 @@ local icons_by_file_extension = {
name = "Css",
},
["csv"] = {
icon = "󰈙",
icon = "",
color = "#447028",
cterm_color = "22",
name = "Csv",
Expand Down

0 comments on commit cbebca6

Please sign in to comment.