diff options
| -rw-r--r-- | lua/gruvbox.lua | 11 |
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" }, |
