mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add RedrawDebug<*>
This commit is contained in:
parent
9b3910bc33
commit
1e95930ae5
1 changed files with 5 additions and 0 deletions
|
|
@ -179,6 +179,11 @@ theme.base = {
|
||||||
link = 'DiagnosticVirtualTextInfo',
|
link = 'DiagnosticVirtualTextInfo',
|
||||||
},
|
},
|
||||||
LspDiagnosticsUnderlineInformation = { link = 'DiagnosticUnderlineInfo' },
|
LspDiagnosticsUnderlineInformation = { link = 'DiagnosticUnderlineInfo' },
|
||||||
|
|
||||||
|
-- RedrawDebugNormal
|
||||||
|
RedrawDebugClear = { fg = '#ffffff', bg = p.gold },
|
||||||
|
RedrawDebugComposed = { fg = '#ffffff', bg = p.pine },
|
||||||
|
RedrawDebugRecompose = { fg = '#ffffff', bg - p.love },
|
||||||
}
|
}
|
||||||
|
|
||||||
function theme.load_terminal()
|
function theme.load_terminal()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue