Skip to content

Commit

Permalink
feat: Add Cucumber .feature file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuruuh committed Jan 9, 2025
1 parent 5740b73 commit ef79edb
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 @@ -3983,6 +3983,12 @@ local icons_by_operating_system = {
cterm_color = "91",
name = "Endeavour",
},
["feature"] = {
icon = "",
color = "#00a818",
cterm_color = "34",
name = "Feature",
},
["fedora"] = {
icon = "",
color = "#072a5e",
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 @@ -3983,6 +3983,12 @@ local icons_by_operating_system = {
cterm_color = "54",
name = "Endeavour",
},
["feature"] = {
icon = "",
color = "#007e12",
cterm_color = "28",
name = "Feature",
},
["fedora"] = {
icon = "",
color = "#072a5e",
Expand Down

0 comments on commit ef79edb

Please sign in to comment.