From 7ce1475c70261977626f0c6b703750e7afc8d47f Mon Sep 17 00:00:00 2001 From: Oli Morris Date: Sat, 15 Feb 2025 10:56:14 +0000 Subject: [PATCH] feat(snacks): add more picker highlights --- lua/onedarkpro/highlights/plugins/snacks.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/onedarkpro/highlights/plugins/snacks.lua b/lua/onedarkpro/highlights/plugins/snacks.lua index 17eb46b..ff52ba2 100644 --- a/lua/onedarkpro/highlights/plugins/snacks.lua +++ b/lua/onedarkpro/highlights/plugins/snacks.lua @@ -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