Skip to content

Commit

Permalink
feat: add ebuild file extension (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored Sep 30, 2024
1 parent 1e5a2a7 commit 6b53401
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,12 @@ local icons_by_file_extension = {
cterm_color = "215",
name = "Ebook",
},
["ebuild"] = {
icon = "",
color = "#4C416E",
cterm_color = "60",
name = "GentooBuild",
},
["edn"] = {
icon = "",
color = "#519aba",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,12 @@ local icons_by_file_extension = {
cterm_color = "94",
name = "Ebook",
},
["ebuild"] = {
icon = "",
color = "#4C416E",
cterm_color = "60",
name = "GentooBuild",
},
["edn"] = {
icon = "",
color = "#36677c",
Expand Down

0 comments on commit 6b53401

Please sign in to comment.