fix(extras): make generation of extras deterministic (#344)
* fix: make generation deterministic * fix: copy colors in empty table --------- Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
parent
33efb398e8
commit
715f923435
@ -108,7 +108,7 @@ function M.setup(opts)
|
||||
|
||||
-- Color Palette
|
||||
---@class ColorScheme: Palette
|
||||
local colors = vim.tbl_deep_extend("force", M.default, palette)
|
||||
local colors = vim.tbl_deep_extend("force", {}, M.default, palette)
|
||||
|
||||
util.bg = colors.bg
|
||||
util.day_brightness = config.options.day_brightness
|
||||
|
Loading…
Reference in New Issue
Block a user