breaking: base_bg parameter is required
This commit is contained in:
@@ -19,7 +19,6 @@ function M.get_global_config(prefix, base_bg)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function M.generate(p, base_bg, opt)
|
function M.generate(p, base_bg, opt)
|
||||||
base_bg = base_bg ~= nil and base_bg or "dark"
|
|
||||||
return require("zenbones.specs." .. base_bg)(p, opt)
|
return require("zenbones.specs." .. base_bg)(p, opt)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user