mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: float background mismatch
This commit is contained in:
parent
7b5ba94aa9
commit
75ecde0bb2
1 changed files with 5 additions and 0 deletions
|
|
@ -164,6 +164,11 @@ theme.base = {
|
|||
mkdRule = { fg = p.subtle },
|
||||
mkdURL = { fg = p.foam, style = 'underline' },
|
||||
|
||||
-- Fix background mismatch if user sets custom float background
|
||||
-- In LSP hover float: (paramater)
|
||||
-- ^ ^
|
||||
typescriptParens = { bg = p.none },
|
||||
|
||||
DiagnosticHint = { fg = groups.hint },
|
||||
DiagnosticInfo = { fg = groups.info },
|
||||
DiagnosticWarn = { fg = groups.warn },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue