use hsluv
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
local lush = require('lush')
|
||||
local hsl = lush.hsl
|
||||
local hsluv = lush.hsluv
|
||||
|
||||
local M = {}
|
||||
|
||||
local default = {
|
||||
dark = {
|
||||
base = hsl(210, 40, 75),
|
||||
base = hsluv(210, 40, 75),
|
||||
},
|
||||
light = {
|
||||
base = hsl(210, 50, 35),
|
||||
base = hsluv(210, 70, 50),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user