theme: Add support for tinted-nvim

This commit is contained in:
Jamy Golden 2025-12-22 17:36:07 +01:00
commit 3dc5d15c37
No known key found for this signature in database
5 changed files with 610 additions and 31 deletions

View file

@ -1,8 +1,17 @@
# Release 0.9 {#sec-release-0-9}
## Breaking changes
- Theme `base16` has been replaced with `tinted` theme
- `mini-base16` `base16-colors` property has been renamed to `tinted-colors`
## Changelog {#sec-release-0-9-changelog}
[suimong](https://github.com/suimong):
- Fix `vim.tabline.nvimBufferline` where `setupOpts.options.hover` requires
`vim.opt.mousemoveevent` to be set.
[JamyGolden](https://github.com/JamyGolden):
- Add support for `tinted-nvim` (base16, base24) themes