Fix snacks theme

This commit is contained in:
2025-08-03 01:48:36 +02:00
parent e0da41a1c9
commit 1c8c190b19
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ require("catppuccin").setup({
SnacksPickerInputBorder = { fg = C.text, bg = C.crust },
SnacksPickerList = { bg = C.base },
SnacksPickerListCursorLine = { bg = C.crust },
SnacksPickerListBorder = { fg = C.base, bg = C.base },
SnacksPickerPreview = { bg = C.mantle },
SnacksPickerPreviewBorder = { fg = C.mantle, bg = C.mantle },
SnacksPickerPreviewTitle = { fg = C.mantle, bg = C.red },

View File

@@ -231,7 +231,7 @@ return {
width = 0.5,
min_width = 80,
height = 0.4,
min_height = 3,
min_height = 8,
box = "vertical",
border = "none",
{