mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
Merge pull request #61 from redoxahmii/main
feat(snacks): add snacks.picker hl to match other pickers
This commit is contained in:
commit
7c63ea4dc3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue