mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Final (verified) Fix rose-pine/neovim#268
This commit is contained in:
parent
b511228bb5
commit
b6fcabc473
2 changed files with 7 additions and 5 deletions
|
|
@ -61,7 +61,7 @@ local variants = {
|
|||
}
|
||||
|
||||
|
||||
local chosen
|
||||
local chosen = {}
|
||||
if variants[options.variant] ~= nil then
|
||||
chosen = variants[options.variant]
|
||||
elseif vim.o.background == "light" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue