aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
authornotfirefox <138280734+notfirefox@users.noreply.github.com>2025-04-27 23:59:28 +0200
committernotfirefox <138280734+notfirefox@users.noreply.github.com>2025-05-01 10:45:50 +0200
commit493875aa69c049a71fe92ad838573d1c92606285 (patch)
tree107c7d8d2900d0f108afee059c70f751d0ec8cdf /lua/gruvbox.lua
parent046e162b4b7998d3eb2cdb7f8d6811b7d8ceb303 (diff)
downloadgruvbox-493875aa69c049a71fe92ad838573d1c92606285.tar.gz
gruvbox-493875aa69c049a71fe92ad838573d1c92606285.tar.xz
feat: add support for snacks picker
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua11
1 files changed, 9 insertions, 2 deletions
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" },