mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore(transparency): remove telescope selection caret background
This commit is contained in:
parent
b6a53a45d8
commit
4f0768c43c
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ local function set_highlights()
|
|||
TelescopeNormal = { fg = palette.subtle, bg = "NONE" },
|
||||
TelescopePromptNormal = { fg = palette.text, bg = "NONE" },
|
||||
TelescopeSelection = { fg = palette.text, bg = "NONE", bold = styles.bold },
|
||||
TelescopeSelectionCaret = { fg = palette.rose, bg = palette.rose },
|
||||
TelescopeSelectionCaret = { fg = palette.rose },
|
||||
|
||||
WhichKeyFloat = { bg = "NONE" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue