We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1ec25 commit e86c3ecCopy full SHA for e86c3ec
lua/nvim-web-devicons-light.lua
@@ -1654,6 +1654,12 @@ local icons_by_file_extension = {
1654
cterm_color = "58",
1655
name = "Liquid",
1656
},
1657
+ ["jxl"] = {
1658
+ icon = "",
1659
+ color = "#6b4d83",
1660
+ cterm_color = "96",
1661
+ name = "JpegXl",
1662
+ },
1663
["Dockerfile"] = {
1664
icon = "",
1665
color = "#2e5f99",
lua/nvim-web-devicons.lua
@@ -1656,6 +1656,12 @@ local icons_by_file_extension = {
cterm_color = "106",
+ color = "#a074c4",
+ cterm_color = "140",
1666
1667
color = "#458ee6",
0 commit comments