add: ttf, woff, woff2 icons

This commit is contained in:
Sravanth C 2021-10-07 00:53:53 +05:30 committed by siduck76
parent 5aa370e375
commit d47fcda9ef
1 changed files with 15 additions and 0 deletions

View File

@ -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,