Skip to content

Commit 2469a73

Browse files
shizeeghasecilu
andcommitted
feat: add Odin language icon (#521)
Co-authored-by: hasecilu <hasecilu@tuta.io>
1 parent dd0c151 commit 2469a73

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

lua/nvim-web-devicons.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ local filetypes = {
202202
["node"] = "node_modules",
203203
["obj"] = "obj",
204204
["ocaml"] = "ml",
205+
["odin"] = "odin",
205206
["openscad"] = "scad",
206207
["opus"] = "opus",
207208
["otf"] = "otf",

lua/nvim-web-devicons/icons-default.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,12 @@ local icons_by_file_extension = {
27262726
cterm_color = "227",
27272727
name = "LibreOfficeGraphics",
27282728
},
2729+
["odin"] = {
2730+
icon = "󰟢",
2731+
color = "#3882D2",
2732+
cterm_color = "32",
2733+
name = "Odin",
2734+
},
27292735
["odp"] = {
27302736
icon = "",
27312737
color = "#FE9C45",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,12 @@ local icons_by_file_extension = {
27262726
cterm_color = "236",
27272727
name = "LibreOfficeGraphics",
27282728
},
2729+
["odin"] = {
2730+
icon = "󰟢",
2731+
color = "#2a629e",
2732+
cterm_color = "25",
2733+
name = "Odin",
2734+
},
27292735
["odp"] = {
27302736
icon = "",
27312737
color = "#7f4e22",

0 commit comments

Comments
 (0)