Skip to content

Commit 79b7a54

Browse files
committed
fix: move avif extension to proper table
1 parent 53820e3 commit 79b7a54

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

lua/nvim-web-devicons/icons-default.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,6 @@ local icons_by_filename = {
335335
cterm_color = "135",
336336
name = "AUTHORS",
337337
},
338-
["avif"] = {
339-
icon = "",
340-
color = "#a074c4",
341-
cterm_color = "140",
342-
name = "Avif",
343-
},
344338
["brewfile"] = {
345339
icon = "",
346340
color = "#701516",
@@ -1190,6 +1184,12 @@ local icons_by_file_extension = {
11901184
cterm_color = "197",
11911185
name = "Astro",
11921186
},
1187+
["avif"] = {
1188+
icon = "",
1189+
color = "#a074c4",
1190+
cterm_color = "140",
1191+
name = "Avif",
1192+
},
11931193
["awk"] = {
11941194
icon = "",
11951195
color = "#4d5a5e",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,6 @@ local icons_by_filename = {
335335
cterm_color = "61",
336336
name = "AUTHORS",
337337
},
338-
["avif"] = {
339-
icon = "",
340-
color = "#6b4d83",
341-
cterm_color = "96",
342-
name = "Avif",
343-
},
344338
["brewfile"] = {
345339
icon = "",
346340
color = "#701516",
@@ -1190,6 +1184,12 @@ local icons_by_file_extension = {
11901184
cterm_color = "125",
11911185
name = "Astro",
11921186
},
1187+
["avif"] = {
1188+
icon = "",
1189+
color = "#6b4d83",
1190+
cterm_color = "96",
1191+
name = "Avif",
1192+
},
11931193
["awk"] = {
11941194
icon = "",
11951195
color = "#3a4446",

0 commit comments

Comments
 (0)