We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It doesnt look like the normal rose-pine one? I like how it's more muted
The text was updated successfully, but these errors were encountered:
use({ 'rose-pine/neovim', as = 'rose-pine', config = function() vim.cmd('colorscheme rose-pine') end })
Sorry, something went wrong.
in addition to @cruzluna answer, in after/plugin/colors.lua he modifies the background transparency:
require('rose-pine').setup({ disable_background = true }) function ColorMyPencils(color) color = color or "rose-pine" vim.cmd.colorscheme(color) vim.api.nvim_set_hl(0, "Normal", { bg = "none" }) vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" }) end ColorMyPencils()
This is Tokyonight with transparent background. Right now he is using Rose Pine
No branches or pull requests
It doesnt look like the normal rose-pine one? I like how it's more muted
The text was updated successfully, but these errors were encountered: