Skip to content

Commit 68edbb8

Browse files
committed
fix: use blossom for snack match
1 parent dbd485f commit 68edbb8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lua/zenbones/specs/dark.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,12 @@ local function generate(p, opt)
401401
IblScope { fg = p1.bg.li(22).de(22) },
402402
IndentLine { IblIndent },
403403
IndentLineCurrent { IblScope },
404+
404405
SnacksIndent { fg = p1.bg.li(8).de(22) },
405406
SnacksIndentScope { fg = p1.bg.li(22).de(22) },
406407
SnacksPickerBorder { NormalFloat },
407408
SnacksPickerListCursorLine { CursorLine },
408-
SnacksPickerMatch { fg = p.sky, gui = "bold" },
409+
SnacksPickerMatch { fg = p.blossom, gui = "bold" },
409410
SnacksPickerPreviewCursorLine { CursorLine },
410411

411412
TelescopeSelection { CursorLine },

lua/zenbones/specs/light.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,12 @@ local function generate(p, opt)
401401
IblScope { fg = p1.bg.da(22).de(20) },
402402
IndentLine { IblIndent },
403403
IndentLineCurrent { IblScope },
404+
404405
SnacksIndent { fg = p1.bg.da(6).de(20) },
405406
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
406407
SnacksPickerBorder { NormalFloat },
407408
SnacksPickerListCursorLine { CursorLine },
408-
SnacksPickerMatch { fg = p.sky, gui = "bold" },
409+
SnacksPickerMatch { fg = p.blossom, gui = "bold" },
409410
SnacksPickerPreviewCursorLine { CursorLine },
410411

411412
TelescopeSelection { CursorLine },

0 commit comments

Comments
 (0)