rename _dim_noncurrent_window to _darken_noncurrent_window

This commit is contained in:
Michael Chris Lopez
2021-10-20 17:30:26 +08:00
parent 5c8a577c5d
commit e69f8e9c04
4 changed files with 13 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ local function generate(p, opt)
normal_bg = p.bg_warm
elseif opt.darkness ~= nil then
local error_msg = "Unknown darkness value: " .. vim.inspect(darkness)
vim.notify(error_msg, vim.log.levels.WARN)
vim.notify(error_msg, vim.log.levels.WARN, { title = "zenbones" })
end
-- stylua: ignore start