update icon style

This commit is contained in:
asep komarudin 2023-09-09 14:12:11 +07:00
parent 976845601b
commit ad30c3421b
3 changed files with 16 additions and 4 deletions

View file

@ -21,6 +21,18 @@ material_icon.setup({
cterm_color = "220",
name = "ts",
},
["jsx"] = {
icon = "",
color = "#0FBFCF",
cterm_color = "220",
name = "jsx",
},
["svg"] = {
icon = "󰜡",
color = "#FDB03A",
cterm_color = "220",
name = "svg",
},
},
color_icons = true,
default = true,