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

@@ -11,11 +11,11 @@ M.light = util.palette_extend({
}, "light")
M.light.leaf = M.light.leaf.sa(24).li(8) -- need to make green more prominent
M.dark = util.palette_extend {
M.dark = util.palette_extend({
bg = hsluv "#0f191f", -- --bg-color
fg = hsluv "#c7d6d0", -- --fg-color
leaf = hsluv "#8fff6d", -- --accent-color
water = hsluv "#8190d4", -- default blue looks to close to bg
}
}, "dark")
return M