chore: update mini-icons highlights to use appropriate colors (#295)

This commit is contained in:
Shaun Clayton 2024-07-22 11:17:13 -04:00 committed by GitHub
commit bf7ceb32fa

View file

@ -810,10 +810,10 @@ local function set_highlights()
MiniIconsAzure = { fg = palette.foam }, MiniIconsAzure = { fg = palette.foam },
MiniIconsBlue = { fg = palette.pine }, MiniIconsBlue = { fg = palette.pine },
MiniIconsCyan = { fg = palette.pine }, MiniIconsCyan = { fg = palette.foam },
MiniIconsGreen = { fg = palette.foam }, MiniIconsGreen = { fg = palette.leaf },
MiniIconsGrey = { fg = palette.text }, MiniIconsGrey = { fg = palette.subtle },
MiniIconsOrange = { fg = palette.gold }, MiniIconsOrange = { fg = palette.rose },
MiniIconsPurple = { fg = palette.iris }, MiniIconsPurple = { fg = palette.iris },
MiniIconsRed = { fg = palette.love }, MiniIconsRed = { fg = palette.love },
MiniIconsYellow = { fg = palette.gold }, MiniIconsYellow = { fg = palette.gold },