use hsluv
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user