breaking: require base_bg in util functions
This commit is contained in:
@@ -23,7 +23,7 @@ local base = {
|
||||
nord15 = hsluv "#b48ead",
|
||||
}
|
||||
|
||||
M.dark = util.palette_extend {
|
||||
M.dark = util.palette_extend({
|
||||
bg = base.nord0,
|
||||
fg = base.nord6,
|
||||
rose = base.nord11,
|
||||
@@ -32,7 +32,7 @@ M.dark = util.palette_extend {
|
||||
water = base.nord7,
|
||||
blossom = base.nord15,
|
||||
sky = base.nord8,
|
||||
}
|
||||
}, "dark")
|
||||
|
||||
M.base = base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user