Skip to content

Commit ec5fa0f

Browse files
committed
fix: move avif extension to proper table
1 parent 7fc55b7 commit ec5fa0f

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",
@@ -1196,6 +1190,12 @@ local icons_by_file_extension = {
11961190
cterm_color = "197",
11971191
name = "Astro",
11981192
},
1193+
["avif"] = {
1194+
icon = "",
1195+
color = "#a074c4",
1196+
cterm_color = "140",
1197+
name = "Avif",
1198+
},
11991199
["awk"] = {
12001200
icon = "",
12011201
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",
@@ -1196,6 +1190,12 @@ local icons_by_file_extension = {
11961190
cterm_color = "125",
11971191
name = "Astro",
11981192
},
1193+
["avif"] = {
1194+
icon = "",
1195+
color = "#6b4d83",
1196+
cterm_color = "96",
1197+
name = "Avif",
1198+
},
11991199
["awk"] = {
12001200
icon = "",
12011201
color = "#3a4446",

0 commit comments

Comments
 (0)