mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: improve float transparency
This commit is contained in:
parent
703946dd54
commit
e1ffc902e8
2 changed files with 9 additions and 6 deletions
|
|
@ -470,7 +470,7 @@ local function set_highlights()
|
|||
-- nvim-telescope/telescope.nvim
|
||||
TelescopeBorder = make_border(),
|
||||
TelescopeMatching = { fg = palette.rose },
|
||||
TelescopeNormal = { bg = groups.panel },
|
||||
TelescopeNormal = { link = "NormalFloat" },
|
||||
TelescopePromptNormal = { link = "TelescopeNormal" },
|
||||
TelescopePromptPrefix = { fg = palette.subtle },
|
||||
TelescopeSelection = { fg = palette.text, bg = palette.overlay },
|
||||
|
|
@ -587,10 +587,10 @@ local function set_highlights()
|
|||
TabLineFill = { bg = "NONE" },
|
||||
TabLineSel = { fg = palette.text, bg = "NONE", bold = styles.bold },
|
||||
|
||||
TelescopeNormal = { fg = palette.text, bg = "NONE" },
|
||||
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 = "NONE" },
|
||||
TelescopeSelectionCaret = { fg = palette.rose, bg = palette.rose },
|
||||
|
||||
WhichKeyFloat = { bg = "NONE" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue