Skip to content

Commit cc8be1e

Browse files
feat: add prisma config icons (#618)
* feat: add prisma config icons * feat: add light mode varient * feat: add prisma config icons: sort --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent 6788013 commit cc8be1e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +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.mts"] = { icon = "", color = "#5A67D8", cterm_color = "62", name = "PrismaConfig" },
175+
["prisma.config.ts"] = { icon = "", color = "#5A67D8", cterm_color = "62", name = "PrismaConfig" },
174176
["procfile"] = { icon = "", color = "#A074C4", cterm_color = "140", name = "Procfile" },
175177
["py.typed"] = { icon = "", color = "#FFBC03", cterm_color = "214", name = "Py.typed" },
176178
["rakefile"] = { icon = "", color = "#701516", cterm_color = "52", name = "Rakefile" },

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

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

0 commit comments

Comments
 (0)