aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2025-05-02 15:54:51 -0300
committerGitHub <noreply@github.com>2025-05-02 15:54:51 -0300
commit38c56d243284ce51e1d66f7f224108103d76f09c (patch)
tree107c7d8d2900d0f108afee059c70f751d0ec8cdf /lua
parent046e162b4b7998d3eb2cdb7f8d6811b7d8ceb303 (diff)
parent493875aa69c049a71fe92ad838573d1c92606285 (diff)
downloadgruvbox-38c56d243284ce51e1d66f7f224108103d76f09c.tar.gz
gruvbox-38c56d243284ce51e1d66f7f224108103d76f09c.tar.xz
Merge pull request #396 from notfirefox/main
Add support for snacks picker
Diffstat (limited to '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" },