add: vite.config.ts icon

This commit is contained in:
asep komarudin 2024-03-01 23:49:05 +07:00
parent 835cea9f5e
commit 4bf3cb08ad
2 changed files with 8 additions and 2 deletions

View file

@ -29,7 +29,7 @@ material_icon.setup({
},
["tsx"] = {
icon = "",
color = "#1354bf",
color = "#3699ff",
cterm_color = "220",
name = "Tsx",
},
@ -113,6 +113,12 @@ material_icon.setup({
web_devicons.setup({
override = material_icon.get_icons(),
override_by_filename = {
["vite.config.ts"] = {
icon = "󰉁",
color = "#ffab00",
cterm_color = "240",
name = "viteconfigts",
},
[".profile"] = {
icon = "󰙄",
color = "#9C9C9C",