v1.0.0
Breaking changes
Moved to lua configuration
require('rose-pine').setup({
...
})
- Renamed
vim.g.rose_pine_bold_vertical_split_line
→bold_vert_split
- Renamed
vim.g.rose_pine_variant
→dark_variant
- Note: Variant now respects
vim.o.background
, using dawn when light anddark_variant
when dark
- Note: Variant now respects
- Renamed
vim.g.rose_pine_inactive_background
→dim_nc_background
- Renamed
vim.g.rose_pine_disable_background
→disable_background
- Renamed
vim.g.rose_pine_disable_float_background
→disable_float_background
- Renamed
vim.g.rose_pine_disable_italics
→disable_italics
- Renamed
vim.g.rose_pine_colors
→groups
What's new
- Variant will match
vim.o.background
- Palette names can be used within
setup
- Eg.
comment = 'iris'
- Eg.
Full Changelog: v0.5.1...v1.0.0