diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 8179134..5e15bc8 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -54,6 +54,7 @@ theme.loadEditor = function() -- CursorIM = {}, CursorLine = { bg = p.highlight_inactive }, CursorLineNr = { fg = p.text }, + DarkenedPanel = { bg = p.surface }, DiffAdd = { fg = p.foam }, DiffChange = { fg = p.rose }, DiffDelete = { fg = p.love },