mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
add: icon zip file
This commit is contained in:
parent
2a1987907f
commit
2e3e6aac8d
3 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue