feat: add RedrawDebug<*>

This commit is contained in:
mvllow 2021-10-07 09:49:48 -05:00
commit 26bcaaf703

View file

@ -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()