mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Change dark_variant to variant
matches 29c6a52b02/lua/rose-pine/palette.lua (L62)
Co-authored-by: not <mvllow@icloud.com>
This commit is contained in:
parent
c5caa2c6c0
commit
991bfca92a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ local variants = {
|
|||
|
||||
|
||||
local chosen
|
||||
if variants[options.dark_variant] ~= nil then
|
||||
if variants[options.variant] ~= nil then
|
||||
chosen = variants[options.variant]
|
||||
else
|
||||
chosen = vim.o.background == "light" and variants.dawn or variants[options.dark_variant or "main"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue