-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colorscheme is not always respected #37
Comments
How to reproduce this bug? |
With this config... use({
'rose-pine/neovim',
config = function()
require('rose-pine').setup()
vim.cmd('colorscheme rose-pine')
end,
})
use({
'mvllow/modes.nvim',
-- Loading modes after rose-pine is a decent workaround
-- after = 'rose-pine',
config = function()
require('modes').setup()
end,
}) ...Rosé Pine themes modes when the initial background is set to light, e.g. using the dawn variant. When neovim loads with an initial background of dark due to your system theme being in dark mode, Rosé Pine does not completely theme modes. Manually doing As mentioned in the code block above, loading modes Edited to be more concise |
Hmm, does calling |
After #36, Rosé Pine theme (dark variant) doesn't use the colorscheme's palette. Light mode works as expected.
Users can pin to
tag = v0.2.0
if using a theme that is affected by this.The text was updated successfully, but these errors were encountered: