-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
feature: Expose each variant as its own colorscheme #98
Comments
Absolutely! We have options mentioned in the readme with lua examples. To use them in vimscript: lua << EOF
require('rose-pine').setup({
--- @usage 'main' | 'moon'
dark_variant = 'moon'
})
EOF
colorscheme rose-pine Be sure that colorscheme is set after the setup :) |
we can't expose multiple themes like tokyonight? https://github.com/folke/tokyonight.nvim#-usage |
I'd happily accept a PR that added that functionality. Not a huge priority for me, though. |
Added in #114 (canary branch). Will be merged to main soon :) |
* feat!: use new highlight api * feat: support custom highlight blending Example: ``` { highlight_groups = { StatusLine = { bg = 'love', blend = 10 } } } ``` * refactor: move config into separate file * wip: update semantic tokens * ci: add issue templates Thanks to https://github.com/folke/lazy.nvim for the inspiration! * ci: fix template formatting * chore: update editorconfig * fix: decouple more backgrounds from floats * change `@tag.attribute` to iris * add cursor highlights Closes #121 * match link underline colour * improve `dim_nc_background` behaviour ref #123 * feat: expose each variant as individual theme ref #98 * feat: update tokens ref #107 * feat: distinguish between `CmpItemKind`'s
Thanks, this change seems to have fixed the flickering from dark them to dawn when launching Neovim and the gitcommit messages are now also in dawn, for some reason before they were in dark which was jarring! |
Can't get the moon variant to work, is that supported by this plugin?
The text was updated successfully, but these errors were encountered: