mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: define fzf-lua highlights
This commit is contained in:
parent
ae50dc2130
commit
b0f08e9ab9
1 changed files with 9 additions and 0 deletions
|
|
@ -477,6 +477,15 @@ local function set_highlights()
|
||||||
TelescopeSelectionCaret = { fg = palette.rose, bg = palette.overlay },
|
TelescopeSelectionCaret = { fg = palette.rose, bg = palette.overlay },
|
||||||
TelescopeTitle = make_title(),
|
TelescopeTitle = make_title(),
|
||||||
|
|
||||||
|
-- ibhagwan/fzf-lua
|
||||||
|
FzfLuaNormal = { link = "NormalFloat" },
|
||||||
|
FwzfLuaTitle = make_title(),
|
||||||
|
FzfLuaBorder = make_border(),
|
||||||
|
FzfLuaHeaderText = { fg = palette.love },
|
||||||
|
FzfLuaHeaderBind = { fg = palette.rose },
|
||||||
|
FzfLuaBufFlagCur = { fg = palette.subtle },
|
||||||
|
FzfLuaBufFlagAlt = { fg = palette.subtle },
|
||||||
|
|
||||||
-- rcarriga/nvim-notify
|
-- rcarriga/nvim-notify
|
||||||
NotifyDEBUGBorder = make_border(),
|
NotifyDEBUGBorder = make_border(),
|
||||||
NotifyDEBUGIcon = { link = "NotifyDEBUGTitle" },
|
NotifyDEBUGIcon = { link = "NotifyDEBUGTitle" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue