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

@@ -9,9 +9,9 @@ M.light = util.palette_extend({
fg = hsluv(0, 0, 22), -- stone
}, "light")
M.dark = util.palette_extend {
M.dark = util.palette_extend({
bg = hsluv(0, 0, 9), -- sand
fg = hsluv(0, 0, 76), -- stone
}
}, "dark")
return M