Skip to content

Commit

Permalink
feat(snacks): add more picker highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 15, 2025
1 parent 4a18713 commit 7ce1475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/onedarkpro/highlights/plugins/snacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ function M.groups(theme)
return {
-- https://github.com/folke/snacks.nvim
SnacksIndent = { fg = theme.generated.indentline },
SnacksPickerDir = { link = "Text" },
SnacksPickerBufFlags = { link = "SnacksPickerDir" },
SnacksIndentScope = { fg = theme.palette.blue },
}
end
Expand Down

0 comments on commit 7ce1475

Please sign in to comment.