use hsluv

This commit is contained in:
2023-12-06 21:38:38 +01:00
parent 6580d46751
commit 08510eed7c
4 changed files with 14 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
local lush = require('lush')
local hsl = lush.hsl
local M = {}
@@ -26,9 +25,9 @@ M.theme = lush(function()
local c = M.colors;
return {
-- See: h highlight-groups
Normal { bg = c.base.de(70).li(90), fg = c.base.de(75) },
Normal { bg = c.base.de(60).li(90), fg = c.base.de(75) },
CursorLine { bg = Normal.bg.da(4) },
Visual { bg = c.base.de(55).li(65) },
Visual { bg = c.base.de(55).li(70) },
Comment { fg = c.base.de(60).li(20) },
CursorColumn { CursorLine },
LineNr { Comment, gui = "italic" },