Skip to content

Commit 09e02f0

Browse files
feat: add unity icon (#636)
* feat: add unity icon * fix: use uppercase for color string --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent 867b45f commit 09e02f0

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
@@ -442,6 +442,7 @@ return {
442442
["typ"] = { icon = "", color = "#0DBCC0", cterm_color = "37", name = "Typst" },
443443
["typoscript"] = { icon = "", color = "#FF8700", cterm_color = "208", name = "TypoScript" },
444444
["ui"] = { icon = "", color = "#015BF0", cterm_color = "27", name = "UI" },
445+
["unity"] = { icon = "", color = "#FDFDFD", cterm_color = "231", name = "Unity" },
445446
["v"] = { icon = "󰍛", color = "#019833", cterm_color = "28", name = "Verilog" },
446447
["vala"] = { icon = "", color = "#7B3DB9", cterm_color = "91", name = "Vala" },
447448
["vert"] = { icon = "", color = "#5586A6", cterm_color = "67", name = "VertexShader" },

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)