diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 83810af..8dd6087 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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()