dark: desaturate normal fg
This commit is contained in:
parent
f6fa507e39
commit
6580d46751
@ -26,7 +26,7 @@ M.theme = lush(function()
|
|||||||
local c = M.colors
|
local c = M.colors
|
||||||
return {
|
return {
|
||||||
-- See: h highlight-groups
|
-- 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) },
|
CursorLine { bg = Normal.bg.li(10) },
|
||||||
Visual { bg = Normal.bg.sa(20).li(20) },
|
Visual { bg = Normal.bg.sa(20).li(20) },
|
||||||
Comment { fg = c.base.de(75).da(20) },
|
Comment { fg = c.base.de(75).da(20) },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user