diff --git a/lua/plugins/configs/icons.lua b/lua/plugins/configs/icons.lua index ce64cf7..801613d 100644 --- a/lua/plugins/configs/icons.lua +++ b/lua/plugins/configs/icons.lua @@ -102,6 +102,11 @@ icons.setup { color = colors.teal, name = "ts", }, + ttf = { + icon = "", + color = colors.white, + name = "TrueTypeFont" + }, rb = { icon = "", color = colors.pink, @@ -117,6 +122,16 @@ icons.setup { color = colors.vibrant_green, name = "vue", }, + woff = { + icon = "", + color = colors.white, + name = "WebOpenFontFormat" + }, + woff2 = { + icon = "", + color = colors.white, + name = "WebOpenFontFormat2" + }, xz = { icon = "", color = colors.sun,