Skip to content

Commit

Permalink
fix: move avif extension to proper table
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu committed Dec 26, 2024
1 parent 7fc55b7 commit ec5fa0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,6 @@ local icons_by_filename = {
cterm_color = "135",
name = "AUTHORS",
},
["avif"] = {
icon = "",
color = "#a074c4",
cterm_color = "140",
name = "Avif",
},
["brewfile"] = {
icon = "",
color = "#701516",
Expand Down Expand Up @@ -1196,6 +1190,12 @@ local icons_by_file_extension = {
cterm_color = "197",
name = "Astro",
},
["avif"] = {
icon = "",
color = "#a074c4",
cterm_color = "140",
name = "Avif",
},
["awk"] = {
icon = "",
color = "#4d5a5e",
Expand Down
12 changes: 6 additions & 6 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,6 @@ local icons_by_filename = {
cterm_color = "61",
name = "AUTHORS",
},
["avif"] = {
icon = "",
color = "#6b4d83",
cterm_color = "96",
name = "Avif",
},
["brewfile"] = {
icon = "",
color = "#701516",
Expand Down Expand Up @@ -1196,6 +1190,12 @@ local icons_by_file_extension = {
cterm_color = "125",
name = "Astro",
},
["avif"] = {
icon = "",
color = "#6b4d83",
cterm_color = "96",
name = "Avif",
},
["awk"] = {
icon = "",
color = "#3a4446",
Expand Down

0 comments on commit ec5fa0f

Please sign in to comment.