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,7 +4,7 @@ local hsluv = lush.hsluv
local M = {}
M.dark = util.palette_extend {
M.dark = util.palette_extend({
bg = hsluv "#0f111b",
fg = hsluv "#ecf0c1",
rose = hsluv "#e33400",
@@ -14,6 +14,6 @@ M.dark = util.palette_extend {
blossom = hsluv "#7a5ccc",
blossom1 = hsluv "#b3a1e6",
sky = hsluv "#00a3cc",
}
}, "dark")
return M