mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: MiniIconsGray => MiniIconsGrey
This commit is contained in:
parent
f23f1bbf51
commit
da10a489c2
5 changed files with 17 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ return {
|
|||
"echasnovski/mini.icons",
|
||||
opts = {
|
||||
file = {
|
||||
[".keep"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".keep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ return {
|
|||
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
|
||||
},
|
||||
filetype = {
|
||||
gotmpl = { glyph = "", hl = "MiniIconsGray" },
|
||||
gotmpl = { glyph = "", hl = "MiniIconsGrey" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -94,17 +94,17 @@ return {
|
|||
"echasnovski/mini.icons",
|
||||
opts = {
|
||||
file = {
|
||||
[".chezmoiignore"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".chezmoiremove"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".chezmoiroot"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".chezmoiversion"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["bash.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["json.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["ps1.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["sh.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["toml.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["yaml.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
["zsh.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".chezmoiignore"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
[".chezmoiremove"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
[".chezmoiroot"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
[".chezmoiversion"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["bash.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["json.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["ps1.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["sh.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["toml.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["yaml.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["zsh.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -66,8 +66,8 @@ return {
|
|||
"echasnovski/mini.icons",
|
||||
opts = {
|
||||
extension = {
|
||||
bash = { glyph = "", hl = "MiniIconsGray" },
|
||||
zsh = { glyph = "", hl = "MiniIconsGray" },
|
||||
bash = { glyph = "", hl = "MiniIconsGrey" },
|
||||
zsh = { glyph = "", hl = "MiniIconsGrey" },
|
||||
},
|
||||
filetype = {
|
||||
dotenv = { glyph = "", hl = "MiniIconsYellow" },
|
||||
|
|
|
|||
|
|
@ -306,11 +306,10 @@ return {
|
|||
{
|
||||
"echasnovski/mini.icons",
|
||||
lazy = true,
|
||||
opts_extend = { "directory", "extension", "file", "filetype", "lsp", "os" },
|
||||
opts = {
|
||||
file = {
|
||||
[".gitkeep"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".keep"] = { glyph = "", hl = "MiniIconsGray" },
|
||||
[".gitkeep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
[".keep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||
["CODEOWNERS"] = { glyph = "", hl = "MiniIconsGreen" },
|
||||
["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue