From 50d000aeca4e2c12d89c4c0996c9b02744dd0efd Mon Sep 17 00:00:00 2001 From: siduck Date: Fri, 18 Nov 2022 10:21:20 +0530 Subject: [PATCH] fix typo --- lua/base46/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base46/init.lua b/lua/base46/init.lua index a268255..c662403 100644 --- a/lua/base46/init.lua +++ b/lua/base46/init.lua @@ -101,7 +101,7 @@ M.table_to_file = function(filename, tb) if file then -- 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 local hlname = "'" .. hlgroupName .. "',"