add DarkenedPanel

This commit is contained in:
mvllow 2021-07-15 14:57:37 -05:00
commit 11f271a33a

View file

@ -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 },