mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Update Ristretto neovim.lua for compatibility with plugins expecting MiniIcons Highlights (#449)
* Update neovim.lua * Update neovim.lua
This commit is contained in:
@ -7,6 +7,15 @@ return {
|
|||||||
override = function()
|
override = function()
|
||||||
return {
|
return {
|
||||||
NonText = { fg = "#948a8b" },
|
NonText = { fg = "#948a8b" },
|
||||||
|
MiniIconsGrey = { fg = "#948a8b" },
|
||||||
|
MiniIconsRed = { fg = "#fd6883" },
|
||||||
|
MiniIconsBlue = { fg = "#85dacc" },
|
||||||
|
MiniIconsGreen = { fg = "#adda78" },
|
||||||
|
MiniIconsYellow = { fg = "#f9cc6c" },
|
||||||
|
MiniIconsOrange = { fg = "#f38d70" },
|
||||||
|
MiniIconsPurple = { fg = "#a8a9eb" },
|
||||||
|
MiniIconsAzure = { fg = "#a8a9eb" },
|
||||||
|
MiniIconsCyan = { fg = "#85dacc" }, -- same value as MiniIconsBlue for consistency
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user