all colors relative to base

This commit is contained in:
2023-12-06 05:53:22 +01:00
parent 4f7cde15ee
commit 272d335276
2 changed files with 7 additions and 7 deletions

View File

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