Skip to content

Commit

Permalink
fix: changed icon for ipython notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Rid1FZ committed Feb 4, 2024
1 parent d7b1183 commit 21a4e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ local icons_by_file_extension = {
name = "arduino",
},
["ipynb"] = {
icon = "",
icon = "",
color = "#51a0cf",
cterm_color = "74",
name = "Notebook",
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ local icons_by_file_extension = {
name = "arduino",
},
["ipynb"] = {
icon = "",
icon = "",
color = "#366b8a",
cterm_color = "24",
name = "Notebook",
Expand Down

0 comments on commit 21a4e3d

Please sign in to comment.