v2.5
siduck 3 years ago
parent 01721c15f0
commit 50d000aeca

@ -101,7 +101,7 @@ M.table_to_file = function(filename, tb)
if file then if file then
-- set vim.opt.bg code in defaults.lua only -- set vim.opt.bg code in defaults.lua only
local result = filename == "defaults.lua" and "M.type='" .. theme_type .. "'" or "" local result = filename == "defaults.lua" and "vim.opt.bg='" .. theme_type .. "'" or ""
for hlgroupName, hlgroup_vals in pairs(tb) do for hlgroupName, hlgroup_vals in pairs(tb) do
local hlname = "'" .. hlgroupName .. "'," local hlname = "'" .. hlgroupName .. "',"

Loading…
Cancel
Save