rename _dim_noncurrent_window to _darken_noncurrent_window
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user