mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Fixed Telescope background in case when config.disable_background = true and
config.disable_float_background = false
This commit is contained in:
parent
1837586b7d
commit
3b73ce05b5
1 changed files with 3 additions and 3 deletions
|
|
@ -465,10 +465,10 @@ function M.get(config)
|
|||
PounceMatch = { link = 'Search' },
|
||||
|
||||
-- nvim-telescope/telescope.nvim
|
||||
TelescopeBorder = { fg = groups.border },
|
||||
TelescopeBorder = { fg = groups.border, bg = styles.float_background },
|
||||
TelescopeMatching = { fg = p.rose },
|
||||
TelescopeNormal = { fg = p.subtle },
|
||||
TelescopePromptNormal = { fg = p.text },
|
||||
TelescopeNormal = { fg = p.subtle, bg = styles.float_background },
|
||||
TelescopePromptNormal = { fg = p.text, bg = styles.float_background },
|
||||
TelescopePromptPrefix = { fg = p.subtle },
|
||||
TelescopeSelection = { fg = p.text, bg = p.overlay },
|
||||
TelescopeSelectionCaret = { fg = p.rose, bg = p.overlay },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue