all colors relative to base
This commit is contained in:
@@ -18,7 +18,7 @@ local theme = lush(function()
|
||||
local hot_pink = base.hue(330)
|
||||
return {
|
||||
-- See: h highlight-groups
|
||||
Normal { bg = hsl(base.h, 25, 97), fg = hsl(blue.h, 30, 20) },
|
||||
Normal { bg = base.de(70).li(90), fg = base.de(25) },
|
||||
CursorLine { bg = Normal.bg.da(4) },
|
||||
Visual { bg = base.de(55).li(65) },
|
||||
Comment { fg = base.de(60).li(20) },
|
||||
|
||||
Reference in New Issue
Block a user