mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
match telescope selection caret background
This commit is contained in:
parent
34e6fd25ce
commit
b1f5b18fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ local theme = {
|
||||||
TelescopeMatching = { fg = p.rose },
|
TelescopeMatching = { fg = p.rose },
|
||||||
TelescopePromptPrefix = { fg = p.subtle },
|
TelescopePromptPrefix = { fg = p.subtle },
|
||||||
TelescopeSelection = { fg = p.text, bg = p.highlight_low },
|
TelescopeSelection = { fg = p.text, bg = p.highlight_low },
|
||||||
TelescopeSelectionCaret = { fg = p.rose },
|
TelescopeSelectionCaret = { fg = p.rose, bg = p.highlight_low },
|
||||||
TelescopeTitle = { fg = p.subtle },
|
TelescopeTitle = { fg = p.subtle },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue