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

@ -26,8 +26,8 @@ else
replace = c.red.hex,
command = c.yellow.hex,
b = { bg = c.base.de(50).li(70).hex, fg = c.base.hex },
c = { bg = c.base.de(00).li(60).hex, fg = c.base.hex },
inactive = { bg = c.base.de(50).li(40).hex, fg = c.base.da(30).hex },
c = { bg = c.base.de(30).li(60).hex, fg = c.base.hex },
inactive = { bg = c.base.de(50).li(50).hex, fg = c.base.da(30).hex },
}
end