Skip to content

Commit e86c3ec

Browse files
feat: add jxl icon (#318)
Co-authored-by: Alexander Courtis <[email protected]>
1 parent fd1ec25 commit e86c3ec

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lua/nvim-web-devicons-light.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,12 @@ local icons_by_file_extension = {
16541654
cterm_color = "58",
16551655
name = "Liquid",
16561656
},
1657+
["jxl"] = {
1658+
icon = "",
1659+
color = "#6b4d83",
1660+
cterm_color = "96",
1661+
name = "JpegXl",
1662+
},
16571663
["Dockerfile"] = {
16581664
icon = "󰡨",
16591665
color = "#2e5f99",

lua/nvim-web-devicons.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,12 @@ local icons_by_file_extension = {
16561656
cterm_color = "106",
16571657
name = "Liquid",
16581658
},
1659+
["jxl"] = {
1660+
icon = "",
1661+
color = "#a074c4",
1662+
cterm_color = "140",
1663+
name = "JpegXl",
1664+
},
16591665
["Dockerfile"] = {
16601666
icon = "󰡨",
16611667
color = "#458ee6",

0 commit comments

Comments
 (0)