feat: support Snacks.picker (#209)

This commit is contained in:
Zheng PiaoDan
2025-03-03 02:37:03 +08:00
committed by GitHub
parent bc74669c7f
commit 8e6b18c303
2 changed files with 8 additions and 0 deletions

View File

@@ -403,6 +403,10 @@ local function generate(p, opt)
IndentLineCurrent { IblScope },
SnacksIndent { fg = p1.bg.da(6).de(20) },
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
SnacksPickerBorder { NormalFloat },
SnacksPickerListCursorLine { CursorLine },
SnacksPickerMatch { fg = p.sky, gui = "bold" },
SnacksPickerPreviewCursorLine { CursorLine },
TelescopeSelection { CursorLine },
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },