mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
fix typo
This commit is contained in:
parent
01721c15f0
commit
50d000aeca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 .. "',"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue