add: icon zip file

This commit is contained in:
asep komarudin 2024-03-04 22:26:34 +07:00
parent 2a1987907f
commit 2e3e6aac8d
3 changed files with 23 additions and 3 deletions

View file

@ -41,6 +41,7 @@ return {
-- @param colors ColorScheme
on_colors = function(colors)
colors.bg_statusline = colors.none
colors.bg_sidebar = colors.none
end,
--- You can override specific highlights to use other groups or a hex color

View file

@ -105,6 +105,24 @@ material_icon.setup({
cterm_color = "220",
name = "bladephp",
},
["7z"] = {
icon = "",
color = "#9C9C9C",
cterm_color = "220",
name = "7z",
},
["zip"] = {
icon = "",
color = "#9C9C9C",
cterm_color = "220",
name = "zip",
},
["rar"] = {
icon = "",
color = "#9C9C9C",
cterm_color = "220",
name = "rar",
},
-- ["go"] = {
-- icon = "󰟓",
-- color = "#0FBFCF",