Skip to content

Commit

Permalink
feat: add vercel (#488)
Browse files Browse the repository at this point in the history
* feat: add vercel

* chore: run make
  • Loading branch information
Hacksore authored Aug 4, 2024
1 parent 5be6c4e commit 3722e3d
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 @@ -887,6 +887,12 @@ local icons_by_filename = {
cterm_color = "208",
name = "VLC",
},
["vercel.json"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
name = "Vercel",
},
["webpack"] = {
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 @@ -887,6 +887,12 @@ local icons_by_filename = {
cterm_color = "130",
name = "VLC",
},
["vercel.json"] = {
icon = "",
color = "#333333",
cterm_color = "236",
name = "Vercel",
},
["webpack"] = {
icon = "󰜫",
color = "#36677c",
Expand Down

0 comments on commit 3722e3d

Please sign in to comment.