mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-09 08:54:29 +02:00
update icon style
This commit is contained in:
parent
976845601b
commit
ad30c3421b
3 changed files with 16 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||
-- dracula
|
||||
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
|
||||
vim.g.pcode_colorscheme = "gruvbox-baby"
|
||||
vim.g.pcode_colorscheme = "lunar"
|
||||
|
||||
-- custom transparent mode
|
||||
-- only support
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue