breaking: require base_bg in util functions

This commit is contained in:
Michael Chris Lopez
2021-11-12 12:50:27 +08:00
parent 683f76d42a
commit 7f9f04e46e
11 changed files with 25 additions and 21 deletions

View File

@@ -4,10 +4,10 @@ local hsluv = lush.hsluv
local M = {}
M.dark = util.palette_extend {
M.dark = util.palette_extend({
bg = hsluv "#3f3f3f",
fg = hsluv("#efdcbc").de(14).li(20),
rose = hsluv "#e37170",
}
}, "dark")
return M