Skip to content

Commit e021faf

Browse files
authored
feat: Add Cucumber .feature file icon (#546)
1 parent 5740b73 commit e021faf

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
@@ -3983,6 +3983,12 @@ local icons_by_operating_system = {
39833983
cterm_color = "91",
39843984
name = "Endeavour",
39853985
},
3986+
["feature"] = {
3987+
icon = "",
3988+
color = "#00a818",
3989+
cterm_color = "34",
3990+
name = "Feature",
3991+
},
39863992
["fedora"] = {
39873993
icon = "",
39883994
color = "#072a5e",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,6 +3983,12 @@ local icons_by_operating_system = {
39833983
cterm_color = "54",
39843984
name = "Endeavour",
39853985
},
3986+
["feature"] = {
3987+
icon = "",
3988+
color = "#007e12",
3989+
cterm_color = "28",
3990+
name = "Feature",
3991+
},
39863992
["fedora"] = {
39873993
icon = "",
39883994
color = "#072a5e",

0 commit comments

Comments
 (0)