mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Update lua/rose-pine.lua
This commit is contained in:
parent
4df0343120
commit
6acda84123
1 changed files with 2 additions and 2 deletions
|
|
@ -1183,9 +1183,9 @@ function M.colorscheme(variant)
|
|||
vim.g.colors_name = "rose-pine"
|
||||
|
||||
if variant == "dawn" then
|
||||
vim.opt.background = "light"
|
||||
vim.o.background = "light"
|
||||
else
|
||||
vim.opt.background = "dark"
|
||||
vim.o.background = "dark"
|
||||
end
|
||||
|
||||
set_highlights()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue