Skip to content

Commit 16a7aba

Browse files
committed
fix: changing dune build icon to ocaml
1 parent dd723d7 commit 16a7aba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ return {
9696
["docker-compose.yaml"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
9797
["docker-compose.yml"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
9898
["dockerfile"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
99-
["dune"] = { icon = "", color = "#8a421e", cterm_color = "124", name = "Dunefile" },
99+
["dune"] = { icon = "", color = "#8a421e", cterm_color = "124", name = "Dunefile" },
100100
["eslint.config.cjs"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },
101101
["eslint.config.js"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },
102102
["eslint.config.mjs"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)