Skip to content

Commit 9e48044

Browse files
committed
feat: add prisma config icons: sort
1 parent b1c1932 commit 9e48044

2 files changed

Lines changed: 3 additions & 3 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
@@ -171,8 +171,8 @@ return {
171171
["prettier.config.js"] = { icon = "", color = "#4285F4", cterm_color = "33", name = "PrettierConfig" },
172172
["prettier.config.mjs"] = { icon = "", color = "#4285F4", cterm_color = "33", name = "PrettierConfig" },
173173
["prettier.config.ts"] = { icon = "", color = "#4285F4", cterm_color = "33", name = "PrettierConfig" },
174-
["prisma.config.ts"] = { icon = "", color = "#5A67D8", cterm_color = "62", name = "PrismaConfig" },
175174
["prisma.config.mts"] = { icon = "", color = "#5A67D8", cterm_color = "62", name = "PrismaConfig" },
175+
["prisma.config.ts"] = { icon = "", color = "#5A67D8", cterm_color = "62", name = "PrismaConfig" },
176176
["procfile"] = { icon = "", color = "#A074C4", cterm_color = "140", name = "Procfile" },
177177
["py.typed"] = { icon = "", color = "#FFBC03", cterm_color = "214", name = "Py.typed" },
178178
["rakefile"] = { icon = "", color = "#701516", cterm_color = "52", name = "Rakefile" },

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)