mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: update mini-icons highlights to use appropriate colors (#295)
This commit is contained in:
parent
3bbd8a865c
commit
bf7ceb32fa
1 changed files with 4 additions and 4 deletions
|
|
@ -810,10 +810,10 @@ local function set_highlights()
|
|||
|
||||
MiniIconsAzure = { fg = palette.foam },
|
||||
MiniIconsBlue = { fg = palette.pine },
|
||||
MiniIconsCyan = { fg = palette.pine },
|
||||
MiniIconsGreen = { fg = palette.foam },
|
||||
MiniIconsGrey = { fg = palette.text },
|
||||
MiniIconsOrange = { fg = palette.gold },
|
||||
MiniIconsCyan = { fg = palette.foam },
|
||||
MiniIconsGreen = { fg = palette.leaf },
|
||||
MiniIconsGrey = { fg = palette.subtle },
|
||||
MiniIconsOrange = { fg = palette.rose },
|
||||
MiniIconsPurple = { fg = palette.iris },
|
||||
MiniIconsRed = { fg = palette.love },
|
||||
MiniIconsYellow = { fg = palette.gold },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue