Skip to content

v1.0.0

Compare
Choose a tag to compare
@mvllow mvllow released this 13 Feb 22:20
· 154 commits to main since this release

Breaking changes

Moved to lua configuration

require('rose-pine').setup({
	...
})
  • Renamed vim.g.rose_pine_bold_vertical_split_linebold_vert_split
  • Renamed vim.g.rose_pine_variantdark_variant
    • Note: Variant now respects vim.o.background, using dawn when light and dark_variant when dark
  • Renamed vim.g.rose_pine_inactive_backgrounddim_nc_background
  • Renamed vim.g.rose_pine_disable_backgrounddisable_background
  • Renamed vim.g.rose_pine_disable_float_backgrounddisable_float_background
  • Renamed vim.g.rose_pine_disable_italicsdisable_italics
  • Renamed vim.g.rose_pine_colorsgroups

What's new

  • Variant will match vim.o.background
  • Palette names can be used within setup
    • Eg. comment = 'iris'

Full Changelog: v0.5.1...v1.0.0