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
fca45b69e2
commit
26bcaaf703
1 changed files with 5 additions and 0 deletions
|
|
@ -179,6 +179,11 @@ theme.base = {
|
|||
link = 'DiagnosticVirtualTextInfo',
|
||||
},
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue