Skip to content

Commit ac091ae

Browse files
Rid1FZalex-courtis
andauthored
feat: add ino (#388)
* feat: added arduino icon * fix: changed color code for light theme --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent fb2d6c2 commit ac091ae

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
@@ -117,6 +117,7 @@ local filetypes = {
117117
["html"] = "html",
118118
["ico"] = "ico",
119119
["idlang"] = "pro",
120+
["ino"] = "ino",
120121
["import"] = "import",
121122
["java"] = "java",
122123
["javascript"] = "js",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,12 @@ local icons_by_file_extension = {
992992
cterm_color = "66",
993993
name = "Ini",
994994
},
995+
["ino"] = {
996+
icon = "",
997+
color = "#56b6c2",
998+
cterm_color = "65",
999+
name = "arduino",
1000+
},
9951001
["java"] = {
9961002
icon = "",
9971003
color = "#cc3e44",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,12 @@ local icons_by_file_extension = {
992992
cterm_color = "59",
993993
name = "Ini",
994994
},
995+
["ino"] = {
996+
icon = "",
997+
color = "#397981",
998+
cterm_color = "30",
999+
name = "arduino",
1000+
},
9951001
["java"] = {
9961002
icon = "",
9971003
color = "#992e33",

0 commit comments

Comments
 (0)