Skip to content

Commit

Permalink
feat: add ino (#388)
Browse files Browse the repository at this point in the history
* feat: added arduino icon

* fix: changed color code for light theme

---------

Co-authored-by: Alexander Courtis <[email protected]>
  • Loading branch information
Rid1FZ and alex-courtis authored Jan 29, 2024
1 parent fb2d6c2 commit ac091ae
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 @@ -117,6 +117,7 @@ local filetypes = {
["html"] = "html",
["ico"] = "ico",
["idlang"] = "pro",
["ino"] = "ino",
["import"] = "import",
["java"] = "java",
["javascript"] = "js",
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 @@ -992,6 +992,12 @@ local icons_by_file_extension = {
cterm_color = "66",
name = "Ini",
},
["ino"] = {
icon = "",
color = "#56b6c2",
cterm_color = "65",
name = "arduino",
},
["java"] = {
icon = "",
color = "#cc3e44",
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 @@ -992,6 +992,12 @@ local icons_by_file_extension = {
cterm_color = "59",
name = "Ini",
},
["ino"] = {
icon = "",
color = "#397981",
cterm_color = "30",
name = "arduino",
},
["java"] = {
icon = "",
color = "#992e33",
Expand Down

0 comments on commit ac091ae

Please sign in to comment.