Skip to content

Commit 867b45f

Browse files
authored
feat: add prefab icon (#637)
1 parent c72328a commit 867b45f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ return {
317317
["pp"] = { icon = "", color = "#FFA61A", cterm_color = "214", name = "Pp" },
318318
["ppt"] = { icon = "󰈧", color = "#CB4A32", cterm_color = "160", name = "Ppt" },
319319
["pptx"] = { icon = "󰈧", color = "#CB4A32", cterm_color = "160", name = "Pptx" },
320+
["prefab"] = { icon = "", color = "#94D4F9", cterm_color = "117", name = "Prefab" },
320321
["prisma"] = { icon = "", color = "#5A67D8", cterm_color = "62", name = "Prisma" },
321322
["pro"] = { icon = "", color = "#E4B854", cterm_color = "179", name = "Prolog" },
322323
["ps1"] = { icon = "󰨊", color = "#4273CA", cterm_color = "68", name = "PsScriptfile" },

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

Lines changed: 1 addition & 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)