Skip to content

Commit e81699b

Browse files
author
Ori
committed
feat: added jar icons
1 parent 0422a19 commit e81699b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
return {
2+
23
["3gp"] = { icon = "", color = "#FD971F", cterm_color = "208", name = "3gp" },
34
["3mf"] = { icon = "󰆧", color = "#888888", cterm_color = "102", name = "3DObjectFile" },
45
["7z"] = { icon = "", color = "#ECA517", cterm_color = "214", name = "7z" },
@@ -201,6 +202,7 @@ return {
201202
["ipynb"] = { icon = "", color = "#F57D01", cterm_color = "208", name = "Notebook" },
202203
["iso"] = { icon = "", color = "#D0BEC8", cterm_color = "181", name = "Iso" },
203204
["ixx"] = { icon = "", color = "#519ABA", cterm_color = "74", name = "Ixx" },
205+
["jar"] = { icon = "", color = "#ffaf67", cterm_color = "215", name = "Jar" },
204206
["java"] = { icon = "", color = "#CC3E44", cterm_color = "167", name = "Java" },
205207
["jl"] = { icon = "", color = "#A270BA", cterm_color = "133", name = "Jl" },
206208
["jpeg"] = { icon = "", color = "#A074C4", cterm_color = "140", name = "Jpeg" },

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

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)