Merge pull request #61 from redoxahmii/main
Some checks failed
CI / extras (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / release (push) Has been cancelled

feat(snacks): add snacks.picker hl to match other pickers
This commit is contained in:
Ahmed Mughal 2025-01-15 11:47:52 +05:00 committed by GitHub
commit 7c63ea4dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,9 @@ function M.get(c, opts)
SnacksNotifierTitleTrace = { fg = c.magenta500 },
SnacksIndentScope = { fg = c.violet700, nocombine = true },
SnacksIndent = { fg = c.base03, nocombine = true },
SnacksPickerBorder = { fg = c.base02, bg = c.bg_float },
SnacksPickerTitle = "Title",
SnacksPickerPreviewTitle = { fg = c.blue, bg = c.bg_float },
}
end