Update lua/rose-pine.lua

This commit is contained in:
mvllow 2025-03-30 10:10:39 -05:00 committed by GitHub
commit 6acda84123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()