fix: use blossom for snack match

This commit is contained in:
Michael Chris Lopez
2025-04-15 12:16:02 +02:00
parent dbd485fa5d
commit 68edbb8716
2 changed files with 4 additions and 2 deletions

View File

@@ -401,11 +401,12 @@ local function generate(p, opt)
IblScope { fg = p1.bg.li(22).de(22) }, IblScope { fg = p1.bg.li(22).de(22) },
IndentLine { IblIndent }, IndentLine { IblIndent },
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 }, SnacksPickerBorder { NormalFloat },
SnacksPickerListCursorLine { CursorLine }, SnacksPickerListCursorLine { CursorLine },
SnacksPickerMatch { fg = p.sky, gui = "bold" }, SnacksPickerMatch { fg = p.blossom, gui = "bold" },
SnacksPickerPreviewCursorLine { CursorLine }, SnacksPickerPreviewCursorLine { CursorLine },
TelescopeSelection { CursorLine }, TelescopeSelection { CursorLine },

View File

@@ -401,11 +401,12 @@ local function generate(p, opt)
IblScope { fg = p1.bg.da(22).de(20) }, IblScope { fg = p1.bg.da(22).de(20) },
IndentLine { IblIndent }, IndentLine { IblIndent },
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 }, SnacksPickerBorder { NormalFloat },
SnacksPickerListCursorLine { CursorLine }, SnacksPickerListCursorLine { CursorLine },
SnacksPickerMatch { fg = p.sky, gui = "bold" }, SnacksPickerMatch { fg = p.blossom, gui = "bold" },
SnacksPickerPreviewCursorLine { CursorLine }, SnacksPickerPreviewCursorLine { CursorLine },
TelescopeSelection { CursorLine }, TelescopeSelection { CursorLine },