Skip to content

Commit

Permalink
feat: add bun.lockb (#515)
Browse files Browse the repository at this point in the history
This commit adds the bun icon for bun's lockfile (bun.lockb). The latest
release of nerdfonts (v3.3.0) adds the bun icon.
  • Loading branch information
itsmenewbie03 authored Nov 30, 2024
1 parent edbe0a6 commit 203da76
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 @@ -311,6 +311,12 @@ local icons_by_filename = {
cterm_color = "172",
name = "ZigObjectNotation",
},
["bun.lockb"] = {
icon = "",
color = "#eadcd1",
cterm_color = "253",
name = "BunLockfile",
},
["checkhealth"] = {
icon = "󰓙",
color = "#75B4FB",
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 @@ -311,6 +311,12 @@ local icons_by_filename = {
cterm_color = "94",
name = "ZigObjectNotation",
},
["bun.lockb"] = {
icon = "",
color = "#4e4946",
cterm_color = "239",
name = "BunLockfile",
},
["checkhealth"] = {
icon = "󰓙",
color = "#3a5a7e",
Expand Down

0 comments on commit 203da76

Please sign in to comment.