dark: desaturate normal fg

This commit is contained in:
Łukasz Pankowski 2023-12-06 20:16:54 +01:00
parent f6fa507e39
commit 6580d46751

View File

@ -26,7 +26,7 @@ M.theme = lush(function()
local c = M.colors
return {
-- See: h highlight-groups
Normal { bg = c.base.de(65).da(75), fg = c.base.de(25) },
Normal { bg = c.base.de(65).da(75), fg = c.base.de(75) },
CursorLine { bg = Normal.bg.li(10) },
Visual { bg = Normal.bg.sa(20).li(20) },
Comment { fg = c.base.de(75).da(20) },