diff --git a/lua/file-icons/lua.lua b/lua/file-icons/lua.lua index 52acffe..29307fa 100644 --- a/lua/file-icons/lua.lua +++ b/lua/file-icons/lua.lua @@ -96,6 +96,16 @@ require "nvim-web-devicons".setup { icon = "", color = "#EBCB8B", name = "xz" + }, + deb = { + icon = "", + color = "#a3b8ef", + name = "deb" + }, + rpm = { + icon = "", + color = "#fca2aa", + name = "rpm" } } }