Skip to content

Commit

Permalink
feat: added ipython notebook icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rid1FZ committed Feb 2, 2024
1 parent aaec87d commit d7b1183
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 @@ -120,6 +120,7 @@ local filetypes = {
["idlang"] = "pro",
["ino"] = "ino",
["import"] = "import",
["ipynb"] = "ipynb",
["java"] = "java",
["javascript"] = "js",
["javascript.jsx"] = "jsx",
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 @@ -1040,6 +1040,12 @@ local icons_by_file_extension = {
cterm_color = "73",
name = "arduino",
},
["ipynb"] = {
icon = "",
color = "#51a0cf",
cterm_color = "74",
name = "Notebook",
},
["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 @@ -1040,6 +1040,12 @@ local icons_by_file_extension = {
cterm_color = "30",
name = "arduino",
},
["ipynb"] = {
icon = "",
color = "#366b8a",
cterm_color = "24",
name = "Notebook",
},
["java"] = {
icon = "",
color = "#992e33",
Expand Down

0 comments on commit d7b1183

Please sign in to comment.