Skip to content

Commit

Permalink
feat: add Odin language icon (#521)
Browse files Browse the repository at this point in the history
Co-authored-by: hasecilu <hasecilu@tuta.io>
  • Loading branch information
shizeeg and hasecilu committed Dec 13, 2024
1 parent dd0c151 commit 2469a73
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 @@ -202,6 +202,7 @@ local filetypes = {
["node"] = "node_modules",
["obj"] = "obj",
["ocaml"] = "ml",
["odin"] = "odin",
["openscad"] = "scad",
["opus"] = "opus",
["otf"] = "otf",
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 @@ -2726,6 +2726,12 @@ local icons_by_file_extension = {
cterm_color = "227",
name = "LibreOfficeGraphics",
},
["odin"] = {
icon = "󰟢",
color = "#3882D2",
cterm_color = "32",
name = "Odin",
},
["odp"] = {
icon = "",
color = "#FE9C45",
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 @@ -2726,6 +2726,12 @@ local icons_by_file_extension = {
cterm_color = "236",
name = "LibreOfficeGraphics",
},
["odin"] = {
icon = "󰟢",
color = "#2a629e",
cterm_color = "25",
name = "Odin",
},
["odp"] = {
icon = "",
color = "#7f4e22",
Expand Down

0 comments on commit 2469a73

Please sign in to comment.