feat: support Snacks.picker (#209)
This commit is contained in:
@@ -403,6 +403,10 @@ local function generate(p, opt)
|
|||||||
IndentLineCurrent { IblScope },
|
IndentLineCurrent { IblScope },
|
||||||
SnacksIndent { fg = p1.bg.li(8).de(22) },
|
SnacksIndent { fg = p1.bg.li(8).de(22) },
|
||||||
SnacksIndentScope { fg = p1.bg.li(22).de(22) },
|
SnacksIndentScope { fg = p1.bg.li(22).de(22) },
|
||||||
|
SnacksPickerBorder { NormalFloat },
|
||||||
|
SnacksPickerListCursorLine { CursorLine },
|
||||||
|
SnacksPickerMatch { fg = p.sky, gui = "bold" },
|
||||||
|
SnacksPickerPreviewCursorLine { CursorLine },
|
||||||
|
|
||||||
TelescopeSelection { CursorLine },
|
TelescopeSelection { CursorLine },
|
||||||
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
||||||
|
|||||||
@@ -403,6 +403,10 @@ local function generate(p, opt)
|
|||||||
IndentLineCurrent { IblScope },
|
IndentLineCurrent { IblScope },
|
||||||
SnacksIndent { fg = p1.bg.da(6).de(20) },
|
SnacksIndent { fg = p1.bg.da(6).de(20) },
|
||||||
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
|
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
|
||||||
|
SnacksPickerBorder { NormalFloat },
|
||||||
|
SnacksPickerListCursorLine { CursorLine },
|
||||||
|
SnacksPickerMatch { fg = p.sky, gui = "bold" },
|
||||||
|
SnacksPickerPreviewCursorLine { CursorLine },
|
||||||
|
|
||||||
TelescopeSelection { CursorLine },
|
TelescopeSelection { CursorLine },
|
||||||
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
||||||
|
|||||||
Reference in New Issue
Block a user