From 493875aa69c049a71fe92ad838573d1c92606285 Mon Sep 17 00:00:00 2001 From: notfirefox <138280734+notfirefox@users.noreply.github.com> Date: Sun, 27 Apr 2025 23:59:28 +0200 Subject: feat: add support for snacks picker --- lua/gruvbox.lua | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'lua/gruvbox.lua') diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 04524be..140dd8e 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -475,15 +475,22 @@ local function get_groups() CocWarningHighlight = { link = "GruvboxOrangeUnderline" }, CocInfoHighlight = { link = "GruvboxBlueUnderline" }, CocHintHighlight = { link = "GruvboxAquaUnderline" }, + SnacksPicker = { link = "GruvboxFg1" }, + SnacksPickerBorder = { link = "SnacksPicker" }, + SnacksPickerListCursorLine = { link = "CursorLine" }, + SnacksPickerMatch = { link = "GruvboxOrange" }, + SnacksPickerPrompt = { link = "GruvboxRed" }, + SnacksPickerTitle = { link = "SnacksPicker" }, + SnacksPickerDir = { link = "GruvboxGray" }, TelescopeNormal = { link = "GruvboxFg1" }, - TelescopeSelection = { link = "GruvboxOrangeBold" }, + TelescopeSelection = { link = "CursorLine" }, TelescopeSelectionCaret = { link = "GruvboxRed" }, TelescopeMultiSelection = { link = "GruvboxGray" }, TelescopeBorder = { link = "TelescopeNormal" }, TelescopePromptBorder = { link = "TelescopeNormal" }, TelescopeResultsBorder = { link = "TelescopeNormal" }, TelescopePreviewBorder = { link = "TelescopeNormal" }, - TelescopeMatching = { link = "GruvboxBlue" }, + TelescopeMatching = { link = "GruvboxOrange" }, TelescopePromptPrefix = { link = "GruvboxRed" }, TelescopePrompt = { link = "TelescopeNormal" }, CmpItemAbbr = { link = "GruvboxFg0" }, -- cgit v1.2.3