mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
telescope background
This commit is contained in:
parent
1a674e103d
commit
bce182d02c
1 changed files with 3 additions and 3 deletions
|
|
@ -480,10 +480,10 @@ function M._load(options)
|
|||
["HopUnmatched"] = { fg = p.highlight_high },
|
||||
|
||||
-- nvim-telescope/telescope.nvim
|
||||
["TelescopeBorder"] = { fg = groups.border, bg = float_background },
|
||||
["TelescopeBorder"] = { fg = groups.border, bg = maybe.dim_nc_background },
|
||||
["TelescopeMatching"] = { fg = p.rose },
|
||||
["TelescopeNormal"] = { fg = p.subtle, bg = float_background },
|
||||
["TelescopePromptNormal"] = { fg = p.text, bg = float_background },
|
||||
["TelescopeNormal"] = { fg = p.subtle, bg = maybe.dim_nc_background },
|
||||
["TelescopePromptNormal"] = { fg = p.text, bg = maybe.dim_nc_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