Skip to content

Commit

Permalink
feat: add .nu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
steschwa committed Feb 16, 2024
1 parent 7f30f2d commit aa87c5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ local filetypes = {
["mustache"] = "mustache",
["nim"] = "nim",
["nix"] = "nix",
["nu"] = "nu",
["node"] = "node_modules",
["ocaml"] = "ml",
["ogg"] = "ogg",
Expand Down
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 @@ -1322,6 +1322,12 @@ local icons_by_file_extension = {
cterm_color = "112",
name = "Nswag",
},
["nu"] = {
icon = "",
color = "#3aa675",
cterm_color = "36",
name = "Nushell",
},
["ogg"] = {
icon = "",
color = "#66D8EF",
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 @@ -1322,6 +1322,12 @@ local icons_by_file_extension = {
cterm_color = "28",
name = "Nswag",
},
["nu"] = {
icon = "",
color = "#276f4e",
cterm_color = "29",
name = "Nushell",
},
["ogg"] = {
icon = "",
color = "#336c78",
Expand Down

0 comments on commit aa87c5a

Please sign in to comment.