Skip to content

Commit 8e6b18c

Browse files
authored
feat: support Snacks.picker (#209)
1 parent bc74669 commit 8e6b18c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lua/zenbones/specs/dark.lua

+4
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ local function generate(p, opt)
403403
IndentLineCurrent { IblScope },
404404
SnacksIndent { fg = p1.bg.li(8).de(22) },
405405
SnacksIndentScope { fg = p1.bg.li(22).de(22) },
406+
SnacksPickerBorder { NormalFloat },
407+
SnacksPickerListCursorLine { CursorLine },
408+
SnacksPickerMatch { fg = p.sky, gui = "bold" },
409+
SnacksPickerPreviewCursorLine { CursorLine },
406410

407411
TelescopeSelection { CursorLine },
408412
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },

lua/zenbones/specs/light.lua

+4
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ local function generate(p, opt)
403403
IndentLineCurrent { IblScope },
404404
SnacksIndent { fg = p1.bg.da(6).de(20) },
405405
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
406+
SnacksPickerBorder { NormalFloat },
407+
SnacksPickerListCursorLine { CursorLine },
408+
SnacksPickerMatch { fg = p.sky, gui = "bold" },
409+
SnacksPickerPreviewCursorLine { CursorLine },
406410

407411
TelescopeSelection { CursorLine },
408412
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },

0 commit comments

Comments
 (0)