Skip to content

Commit 1b7644b

Browse files
committed
feat: add ebuild file extension
1 parent 1e5a2a7 commit 1b7644b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,12 @@ local icons_by_file_extension = {
15741574
cterm_color = "215",
15751575
name = "Ebook",
15761576
},
1577+
["ebuild"] = {
1578+
icon = "",
1579+
color = "#4C416E",
1580+
cterm_color = "60",
1581+
name = "GentooBuild",
1582+
},
15771583
["edn"] = {
15781584
icon = "",
15791585
color = "#519aba",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,12 @@ local icons_by_file_extension = {
15741574
cterm_color = "94",
15751575
name = "Ebook",
15761576
},
1577+
["ebuild"] = {
1578+
icon = "",
1579+
color = "#4C416E",
1580+
cterm_color = "60",
1581+
name = "GentooBuild",
1582+
},
15771583
["edn"] = {
15781584
icon = "",
15791585
color = "#36677c",

0 commit comments

Comments
 (0)